From 2d8d773bd0da0fffdca840c36ba9c629e7642532 Mon Sep 17 00:00:00 2001 From: Sam Lantinga <slouken@lokigames.com> Date: Thu, 10 May 2001 20:29:31 +0000 Subject: [PATCH] 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 --- src/cdrom/openbsd/SDL_syscdrom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cdrom/openbsd/SDL_syscdrom.c b/src/cdrom/openbsd/SDL_syscdrom.c index fca6f88d..071b27a6 100644 --- a/src/cdrom/openbsd/SDL_syscdrom.c +++ b/src/cdrom/openbsd/SDL_syscdrom.c @@ -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 -- 2.18.1