diff options
author | mycroft <mycroft@pkgsrc.org> | 1998-11-05 16:00:57 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 1998-11-05 16:00:57 +0000 |
commit | 9e9688ab7a24b2867a5e1a708bcd86510b92b336 (patch) | |
tree | 942f7f5321e50e9bcfd10ee10ace1bc6fa2deb0e /emulators | |
parent | c3098e2f3dba6173e8426813d9cd3095d3e05baa (diff) | |
download | pkgsrc-9e9688ab7a24b2867a5e1a708bcd86510b92b336.tar.gz |
0.34b5.2
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/patches/patch-ba | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/emulators/xmame/patches/patch-ba b/emulators/xmame/patches/patch-ba deleted file mode 100644 index 60d1340dc48..00000000000 --- a/emulators/xmame/patches/patch-ba +++ /dev/null @@ -1,21 +0,0 @@ -$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> |