head	1.2;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.2
	RELEASE_8_0_0:1.2
	RELEASE_7_2_0:1.2
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2004.11.19.21.36.45;	author mi;	state Exp;
branches;
next	1.1;

1.1
date	2003.04.24.17.01.19;	author mi;	state Exp;
branches;
next	;


desc
@@


1.2
log
@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.
@
text
@--- src/crypt.c	Sat Feb 12 19:03:25 2000
+++ src/crypt.c	Thu Apr 24 12:04:03 2003
@@@@ -12,4 +12,9 @@@@
 
 #include "tcl.h"
+
+#ifndef CONST84
+#	define CONST84
+#endif
+
 #ifndef _WIN32
 #include "unistd.h"
@@@@ -20,8 +25,4 @@@@
  */
 
-
-static int	Crypt_Cmd _ANSI_ARGS_((ClientData clientData,
-		    Tcl_Interp *interp, int argc, char **argv));
-
 #undef TCL_STORAGE_CLASS
 #define TCL_STORAGE_CLASS DLLEXPORT
@@@@ -53,5 +54,5 @@@@
     Tcl_Interp *interp;			/* Current interpreter. */
     int argc;				/* Number of arguments. */
-    char **argv;			/* Argument strings. */
+    CONST84 char *argv[];		/* Argument strings. */
 {
     char *result;
--- src/setuid.c	Tue Oct  6 20:12:11 1998
+++ 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
 
 /*
@@@@ -18,5 +23,5 @@@@
  */
 int
-SetuidCmd(ClientData data, Tcl_Interp *interp, int argc, char *argv[])
+SetuidCmd(ClientData data, Tcl_Interp *interp, int argc, CONST84 char *argv[])
 {
     int uid;
@


1.1
log
@Upgrade from 3.3 to 3.4.2. Use tcl84 by default.
@
text
@d30 6
a35 4
+++ src/setuid.c	Thu Apr 24 12:03:18 2003
@@@@ -8,4 +8,8 @@@@
 #include <unistd.h>
 
d39 1
a39 1
+
d41 1
a41 2
  * SetuidCmd --
@@@@ -19,5 +23,5 @@@@
@

