summaryrefslogtreecommitdiff
path: root/mbone/rat/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/rat/patches/patch-ag')
-rw-r--r--mbone/rat/patches/patch-ag43
1 files changed, 22 insertions, 21 deletions
diff --git a/mbone/rat/patches/patch-ag b/mbone/rat/patches/patch-ag
index 667a0959118..a193fe70ca9 100644
--- a/mbone/rat/patches/patch-ag
+++ b/mbone/rat/patches/patch-ag
@@ -1,21 +1,22 @@
-$NetBSD: patch-ag,v 1.1 1998/09/13 17:06:10 garbled Exp $
-*** src/config.h~ Fri May 23 08:44:14 1997
---- src/config.h Thu Mar 5 16:39:40 1998
-***************
-*** 57,60 ****
---- 57,71 ----
- #endif /* FreeBSD */
-
-+ #ifdef __NetBSD__
-+ #define OSNAME "NetBSD"
-+ #define DEFINED_ERRLIST
-+ #include <sys/stat.h>
-+ #include <sys/time.h>
-+ #include <errno.h>
-+ #include <fcntl.h>
-+ #include <unistd.h>
-+ #include <sys/audioio.h>
-+ #endif
-+
- #ifdef SunOS_5
- #define OSNAME "Solaris"
+$NetBSD: patch-ag,v 1.2 1998/11/05 02:46:09 mycroft Exp $
+
+--- src/config.h.orig Sat Aug 15 15:16:46 1998
++++ src/config.h Wed Nov 4 21:27:03 1998
+@@ -56,6 +56,17 @@
+ #define AUDIO_LINE_IN 2
+ #endif /* FreeBSD */
+
++#ifdef __NetBSD__
++#define OSNAME "NetBSD"
++#define DEFINED_ERRLIST
++#include <sys/stat.h>
++#include <sys/time.h>
++#include <errno.h>
++#include <fcntl.h>
++#include <unistd.h>
++#include <sys/audioio.h>
++#endif
++
+ #ifdef SunOS_5
+ #define OSNAME "Solaris"
+ #include <sys/stat.h>