summaryrefslogtreecommitdiff
path: root/www/tclhttpd/files/patch-tcl84
diff options
context:
space:
mode:
authorMikhail Teterin <mi@FreeBSD.org>2004-11-19 21:36:45 +0000
committerMikhail Teterin <mi@FreeBSD.org>2004-11-19 21:36:45 +0000
commit554e996bf8011a2cdffa719cdc837bf00afe32a1 (patch)
treead62c23fb212f3ad09c0c63a589a1ad94f370d60 /www/tclhttpd/files/patch-tcl84
parentAdd OPTION for compiling hugs with OpenGL/GLUT support. (diff)
Upgrade devel/tcllib from 1.6 to 1.7 and www/tclhttpd from 3.4.2 to 3.5.1.
Update dependency lines in amsn and tclxml.
Notes
Notes: svn path=/head/; revision=121980
Diffstat (limited to 'www/tclhttpd/files/patch-tcl84')
-rw-r--r--www/tclhttpd/files/patch-tcl8415
1 files changed, 8 insertions, 7 deletions
diff --git a/www/tclhttpd/files/patch-tcl84 b/www/tclhttpd/files/patch-tcl84
index 0d9b472f8fe0..d3da03a679ab 100644
--- a/www/tclhttpd/files/patch-tcl84
+++ b/www/tclhttpd/files/patch-tcl84
@@ -27,17 +27,18 @@
{
char *result;
--- src/setuid.c Tue Oct 6 20:12:11 1998
-+++ src/setuid.c Thu Apr 24 12:03:18 2003
-@@ -8,4 +8,8 @@
- #include <unistd.h>
-
++++ src/setuid.c Fri Nov 19 13:17:06 2004
+@@ -6,4 +6,9 @@
+ #include <tcl.h>
+ #include <sys/types.h>
++#include <unistd.h>
++
+#ifndef CONST84
+# define CONST84
+#endif
-+
+
/*
- * SetuidCmd --
-@@ -19,5 +23,5 @@
+@@ -18,5 +23,5 @@
*/
int
-SetuidCmd(ClientData data, Tcl_Interp *interp, int argc, char *argv[])