diff options
Diffstat (limited to 'www/thttpd-st/files/st-patch-thttpd.c')
-rw-r--r-- | www/thttpd-st/files/st-patch-thttpd.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/thttpd-st/files/st-patch-thttpd.c b/www/thttpd-st/files/st-patch-thttpd.c new file mode 100644 index 000000000000..eab0919f52bc --- /dev/null +++ b/www/thttpd-st/files/st-patch-thttpd.c @@ -0,0 +1,10 @@ +--- thttpd.c.orig Thu Dec 25 22:06:52 2003 ++++ thttpd.c Wed Sep 21 22:30:25 2005 +@@ -631,6 +631,7 @@ + watchdog_flag = 0; + (void) alarm( OCCASIONAL_TIME * 3 ); + ++ st_init(); + /* Initialize the timer package. */ + tmr_init(); + |