Mercurial > sdl-ios-xcode
changeset 25:3fbf86244fd2
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.
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Thu, 10 May 2001 20:29:31 +0000 |
parents | 71bf2ad74dfa |
children | c447d5b9275d |
files | src/cdrom/openbsd/SDL_syscdrom.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/cdrom/openbsd/SDL_syscdrom.c Thu May 10 20:25:51 2001 +0000 +++ b/src/cdrom/openbsd/SDL_syscdrom.c Thu May 10 20:29:31 2001 +0000 @@ -142,7 +142,7 @@ { 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