summaryrefslogtreecommitdiff
path: root/www/mod_dtcl/files/patch-aa
blob: 86f3aa87f6cdb018f228388473104ca74cc20348 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;
 }