1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/www/mod_dtcl/files/patch-aa
Steve Price 2afc94ccbe 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>
2000-01-29 05:51:46 +00:00

15 lines
296 B
Plaintext

--- 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;
}