summaryrefslogtreecommitdiff
path: root/emulators/BasiliskII/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/BasiliskII/patches/patch-ah')
-rw-r--r--emulators/BasiliskII/patches/patch-ah13
1 files changed, 0 insertions, 13 deletions
diff --git a/emulators/BasiliskII/patches/patch-ah b/emulators/BasiliskII/patches/patch-ah
deleted file mode 100644
index 7187523367d..00000000000
--- a/emulators/BasiliskII/patches/patch-ah
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ah,v 1.2 2006/05/13 20:52:35 adam Exp $
-
---- src/Unix/serial_unix.cpp.orig 2005-12-04 16:03:11.000000000 +0100
-+++ src/Unix/serial_unix.cpp
-@@ -212,7 +212,7 @@ int16 XSERDPort::open(uint16 config)
- if (fstat(fd, &st) == 0)
- if (S_ISCHR(st.st_mode))
- protocol = ((MAJOR(st.st_rdev) == LP_MAJOR) ? parallel : serial);
--#elif defined(__FreeBSD__) || defined(__NetBSD__)
-+#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__DragonFly__)
- // Parallel port?
- struct stat st;
- if (fstat(fd, &st) == 0)