Date: Wed, 9 May 2001 18:03:20 -0600
From: Peter Valchev <pvalchev@openbsd.org> Subject: openbsd patches - The other one dealing with the cdrom... the most likely place on an OpenBSD system for a cdrom is cd?c, my mistake the first time. --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%4026
This commit is contained in:
parent
c0b3f77096
commit
2d8d773bd0
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ int SDL_SYS_CDInit(void)
|
|||
{
|
||||
static char *checklist[] = {
|
||||
#ifdef __OpenBSD__
|
||||
"?0 cd?a", "cdrom", NULL
|
||||
"?0 cd?c", "cdrom", NULL
|
||||
#else
|
||||
"?0 cd?c", "?0 acd?c", "cdrom", NULL
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue