summaryrefslogtreecommitdiff
path: root/mbone/sdr/patches/patch-aj
blob: 5bf9599dc0848db092f59a429df6dfdc2c12b3e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
$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);