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-aj11
1 files changed, 9 insertions, 2 deletions
diff --git a/mbone/sdr/patches/patch-aj b/mbone/sdr/patches/patch-aj
index 0d7f16f22e1..5bf9599dc08 100644
--- a/mbone/sdr/patches/patch-aj
+++ b/mbone/sdr/patches/patch-aj
@@ -1,7 +1,7 @@
-$NetBSD: patch-aj,v 1.3 1999/10/28 02:40:24 hubertf Exp $
+$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 Sat Oct 2 20:47:38 1999
++++ sdr/src/sdr.h Wed Dec 13 01:45:53 2000
@@ -158,7 +158,7 @@
/*Missing Prototypes*/
@@ -11,3 +11,10 @@ $NetBSD: patch-aj,v 1.3 1999/10/28 02:40:24 hubertf Exp $
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);