summaryrefslogtreecommitdiff
path: root/emulators/xmame/patches
diff options
context:
space:
mode:
authormycroft <mycroft>1998-11-05 16:00:57 +0000
committermycroft <mycroft>1998-11-05 16:00:57 +0000
commit7b69ccb3846564bcfef9d4587de99b08be89c047 (patch)
tree942f7f5321e50e9bcfd10ee10ace1bc6fa2deb0e /emulators/xmame/patches
parent8762175620d0a4a18c7233dc00384d0281b817d4 (diff)
downloadpkgsrc-7b69ccb3846564bcfef9d4587de99b08be89c047.tar.gz
0.34b5.2
Diffstat (limited to 'emulators/xmame/patches')
-rw-r--r--emulators/xmame/patches/patch-ba21
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>