summaryrefslogtreecommitdiff
path: root/mbone/sdr/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/sdr/patches/patch-ag')
-rw-r--r--mbone/sdr/patches/patch-ag22
1 files changed, 11 insertions, 11 deletions
diff --git a/mbone/sdr/patches/patch-ag b/mbone/sdr/patches/patch-ag
index b0eac102f0a..4324e9e2e87 100644
--- a/mbone/sdr/patches/patch-ag
+++ b/mbone/sdr/patches/patch-ag
@@ -1,11 +1,11 @@
-$NetBSD: patch-ag,v 1.4 1999/01/01 07:58:29 garbled Exp $
---- src/crypt.c.orig Thu Dec 31 23:07:10 1998
-+++ src/crypt.c Thu Dec 31 23:07:36 1998
-@@ -2,6 +2,7 @@
- the padding bit is 0x80 in byte 0, rather than 0x20 in RTP.*/
-
- #include <sys/types.h>
-+#include <string.h>
- #include "crypt.h"
- #include "qfDES.h"
- #include "md5.h"
+--- common/config_unix.h.orig Sat Oct 2 20:58:55 1999
++++ common/config_unix.h Sat Oct 2 20:58:28 1999
+@@ -73,7 +73,7 @@
+ #include <netdb.h>
+ #include <arpa/inet.h>
+ extern int h_errno;
+-#if !defined(HPUX) && !defined(Linux) && !defined(__FreeBSD__)
++#if !defined(HPUX) && !defined(Linux) && !defined(__FreeBSD__) && !defined(__NetBSD__)
+ #include <stropts.h>
+ #include <sys/filio.h>
+ #endif /* HPUX */