summaryrefslogtreecommitdiff
path: root/mbone/sdr/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'mbone/sdr/patches/patch-aj')
-rw-r--r--mbone/sdr/patches/patch-aj20
1 files changed, 0 insertions, 20 deletions
diff --git a/mbone/sdr/patches/patch-aj b/mbone/sdr/patches/patch-aj
deleted file mode 100644
index 5bf9599dc08..00000000000
--- a/mbone/sdr/patches/patch-aj
+++ /dev/null
@@ -1,20 +0,0 @@
-$NetBSD: patch-aj,v 1.4 2000/12/16 05:44:09 hubertf Exp $
-
---- sdr/src/sdr.h.orig Tue May 25 17:59:36 1999
-+++ sdr/src/sdr.h Wed Dec 13 01:45:53 2000
-@@ -158,7 +158,7 @@
-
- /*Missing Prototypes*/
-
--#if !defined(WIN32)&&!defined(SGI)&&!defined(AIX41)&&!defined(_HPUX_SOURCE) && !defined(SOLARIS) && !defined(FREEBSD)
-+#if !defined(WIN32)&&!defined(SGI)&&!defined(AIX41)&&!defined(_HPUX_SOURCE) && !defined(SOLARIS) && !defined(FREEBSD) && !defined(__NetBSD__)
- int gethostname(char * name, size_t namelen);
- #endif
-
-@@ -299,3 +299,6 @@
- #undef interface
- #endif
- #endif
-+
-+int
-+sdr_Tcl_Eval (Tcl_Interp *interp, char *script);