summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authormycroft <mycroft>1998-09-07 23:03:43 +0000
committermycroft <mycroft>1998-09-07 23:03:43 +0000
commitbc6821c6880f09720675b36230c48c5d13484b05 (patch)
tree4fd4c25161f86ce645cdf4fd81edc45b67672f74 /emulators
parent280725dac1cbc9dbaeea2bc53f3ac37797221a7f (diff)
downloadpkgsrc-bc6821c6880f09720675b36230c48c5d13484b05.tar.gz
Temporary patch around .h file lossage.
Diffstat (limited to 'emulators')
-rw-r--r--emulators/xmame/patches/patch-ba21
1 files changed, 21 insertions, 0 deletions
diff --git a/emulators/xmame/patches/patch-ba b/emulators/xmame/patches/patch-ba
new file mode 100644
index 00000000000..60d1340dc48
--- /dev/null
+++ b/emulators/xmame/patches/patch-ba
@@ -0,0 +1,21 @@
+$NetBSD: patch-ba,v 1.4 1998/09/07 23:03:43 mycroft Exp $
+
+--- src/unix/xmame.h.orig Mon Sep 7 18:54:36 1998
++++ src/unix/xmame.h Mon Sep 7 18:56:29 1998
+@@ -24,14 +24,15 @@
+ #include <string.h>
+ #include <stdlib.h>
+ #include <unistd.h>
++#include <sys/stat.h>
+ #include <sys/time.h>
+ #include <ctype.h>
+ #include <pwd.h>
++#include <errno.h>
+ #include "driver.h"
+
+ #ifdef linux
+ #include <sys/types.h>
+-#include <sys/stat.h>
+ #include <fcntl.h>
+ #if defined FREEBSD && ( ! defined BSDi )
+ #include <machine/soundcard.h>