Commit 2d8d773b authored by Sam Lantinga's avatar Sam Lantinga

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
parent c0b3f770
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment