Skip to content

Commit

Permalink
Date: Wed, 9 May 2001 18:03:20 -0600
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Sam Lantinga committed May 10, 2001
1 parent b114be3 commit 33bdff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cdrom/openbsd/SDL_syscdrom.c
Expand Up @@ -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
Expand Down

0 comments on commit 33bdff7

Please sign in to comment.