diff options
Diffstat (limited to 'audio/sidplay/patches/patch-ae')
-rw-r--r-- | audio/sidplay/patches/patch-ae | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/audio/sidplay/patches/patch-ae b/audio/sidplay/patches/patch-ae deleted file mode 100644 index 33f0a5fde9c..00000000000 --- a/audio/sidplay/patches/patch-ae +++ /dev/null @@ -1,35 +0,0 @@ -$NetBSD: patch-ae,v 1.3 1999/06/07 08:19:48 frueauf Exp $ - ---- console/audio/linux/audiodrv.h.orig Sun Mar 7 08:38:58 1999 -+++ console/audio/linux/audiodrv.h Wed Jun 2 20:06:29 1999 -@@ -1,14 +1,16 @@ --// --// 1997/09/27 21:38:01 --// -+// -------------------------------------------------------------------------- -+// ``Open Sound System (OSS)'' specific audio driver interface. -+// -------------------------------------------------------------------------- - - #ifndef AUDIODRV_H - #define AUDIODRV_H - - --#include <unistd.h> --#include <fcntl.h> - #include <sys/ioctl.h> -+#include <errno.h> -+#include <fcntl.h> -+#include <stdio.h> -+#include <unistd.h> - - #include "compconf.h" - #include "mytypes.h" -@@ -107,6 +109,8 @@ - int encoding; - int precision; - int channels; -+ -+ bool swapEndian; - }; - - |