diff options
| author | Steve Price <steve@FreeBSD.org> | 2000-01-29 05:51:46 +0000 |
|---|---|---|
| committer | Steve Price <steve@FreeBSD.org> | 2000-01-29 05:51:46 +0000 |
| commit | 2afc94ccbe99f9dfabdb754001e892aedee09e09 (patch) | |
| tree | f43625391e6b2ac52acabbd711ba40632766ed77 /www/mod_dtcl/files/patch-aa | |
| parent | eeaf4387c558290832a3fbccfa3d0852ee03a8b4 (diff) | |
Adding mod_dtcl version 0.6.4.2.
Embeds a TCL8 interpreter in the Apache webserver.
PR: 16020
Submitted by: Mikhail Teterin <mi@aldan.algebra.com>
Diffstat (limited to 'www/mod_dtcl/files/patch-aa')
| -rw-r--r-- | www/mod_dtcl/files/patch-aa | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/mod_dtcl/files/patch-aa b/www/mod_dtcl/files/patch-aa new file mode 100644 index 000000000000..86f3aa87f6cd --- /dev/null +++ b/www/mod_dtcl/files/patch-aa @@ -0,0 +1,14 @@ +--- testdtcl.c.orig Mon Oct 18 10:29:02 1999 ++++ testdtcl.c Sun Jan 9 19:13:53 2000 +@@ -14,4 +14,5 @@ + #include <tcl.h> + #include <unistd.h> ++#include <stdlib.h> /* In older FreeBSD, this is where getopt(3) lives */ + + #ifndef DEBUG_SCRIPT_DIR +@@ -229,4 +230,5 @@ + } + } ++ return 0; + } + |
