summaryrefslogtreecommitdiff
path: root/emulators/dosbox/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/dosbox/patches/patch-ag')
-rw-r--r--emulators/dosbox/patches/patch-ag13
1 files changed, 0 insertions, 13 deletions
diff --git a/emulators/dosbox/patches/patch-ag b/emulators/dosbox/patches/patch-ag
deleted file mode 100644
index 53af4fb2604..00000000000
--- a/emulators/dosbox/patches/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ag,v 1.1 2007/03/26 06:31:55 xtraeme Exp $
-
---- src/hardware/serialport/misc_util.cpp.orig 2007-03-26 08:23:25.000000000 +0200
-+++ src/hardware/serialport/misc_util.cpp 2007-03-26 08:23:49.000000000 +0200
-@@ -6,7 +6,7 @@
- // C++ SDLnet wrapper
-
- // Socket inheritance
--#if defined LINUX || defined OS2
-+#if defined LINUX || defined OS2 || defined BSD
- #define CAPWORD (NETWRAPPER_TCP|NETWRAPPER_TCP_NATIVESOCKET)
- #ifdef OS2
- typedef int socklen_t;