diff options
Diffstat (limited to 'emulators/dosbox/patches/patch-af')
-rw-r--r-- | emulators/dosbox/patches/patch-af | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/emulators/dosbox/patches/patch-af b/emulators/dosbox/patches/patch-af deleted file mode 100644 index 6456d92f522..00000000000 --- a/emulators/dosbox/patches/patch-af +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-af,v 1.1 2007/03/26 06:31:55 xtraeme Exp $ - ---- src/hardware/serialport/misc_util.h.orig 2007-03-26 08:21:57.000000000 +0200 -+++ src/hardware/serialport/misc_util.h 2007-03-26 08:22:08.000000000 +0200 -@@ -6,7 +6,7 @@ - #include "SDL_net.h" - #include "support.h" - --#if defined LINUX || defined OS2 -+#if defined LINUX || defined OS2 || defined BSD - #define NATIVESOCKETS - - #elif defined WIN32 |