The attached patch provides for clean compilation of
some of the C-files against the Tcl84. Not tested with
earlier Tcl, though... This patch is part of the FreeBSD
port.
The utime.c should be removed from the distribution -- it
does not compile cleanly and is obsoleted by TCL's file(n)
command (atime, and mtime subcommands).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=173641
Interesting. I was pretty sure, I had the patches attached to
this report. Anyway, here is what I have -- updated for
tclhttpd-3.5.1
Patch for src/limit.c
Logged In: YES
user_id=173641
The utime.c should be removed from the distribution -- it
does not compile cleanly and is obsoleted by TCL's file(n)
command (atime, and mtime subcommands).
Patch for src/crypt.c and src/setuid.c
Compile and link this file with crypt.c, setuid.c, and limit.c -- into one package
Logged In: YES
user_id=173641
I suppose, the 727021 should be closed -- it is superseded
by these patches.