diff options
author | garbled <garbled> | 1998-11-10 08:32:36 +0000 |
---|---|---|
committer | garbled <garbled> | 1998-11-10 08:32:36 +0000 |
commit | a3dfcfa39e1ac92d8a8e954db993754105b71b4c (patch) | |
tree | 6e1b259df99acc062fe85908c69a8e2cc3a53adf /games/xblast/patches/patch-ab | |
parent | d8c0e9d90beda69e9268bb5be46950ce2c7bf1c7 (diff) | |
download | pkgsrc-a3dfcfa39e1ac92d8a8e954db993754105b71b4c.tar.gz |
Importing patches for update of xblast to 2.6
Diffstat (limited to 'games/xblast/patches/patch-ab')
-rw-r--r-- | games/xblast/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/xblast/patches/patch-ab b/games/xblast/patches/patch-ab new file mode 100644 index 00000000000..963a10932b9 --- /dev/null +++ b/games/xblast/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1.1.1 1998/11/10 08:32:36 garbled Exp $ +--- xbsndsrv.c.orig Mon Nov 9 23:01:52 1998 ++++ xbsndsrv.c Mon Nov 9 23:02:26 1998 +@@ -100,7 +100,7 @@ + #include <sys/stat.h> + #include <sys/ioctl.h> + #include <sys/time.h> +-#include <linux/soundcard.h> ++#include <soundcard.h> + #include <signal.h> + #include "sound.h" + |