head	1.3;
access;
symbols
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.2
	RELEASE_5_4_0:1.2
	RELEASE_4_11_0:1.2
	RELEASE_5_3_0:1.2
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2006.07.19.19.17.45;	author rafan;	state dead;
branches;
next	1.2;

1.2
date	2004.09.30.18.42.01;	author danfe;	state Exp;
branches;
next	1.1;

1.1
date	2003.01.03.07.58.23;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update to 1.01
- Respect PREFIX

PR:		ports/100566
Submitted by:	KATO Tsuguru
@
text
@--- twhttpd.c.orig	Sat Aug 31 05:16:35 2002
+++ twhttpd.c	Wed Sep 25 12:02:49 2002
@@@@ -33,7 +33,7 @@@@
 #include <signal.h>
 #include <time.h>
 #include <unistd.h>
-#include <wait.h>
+#include <sys/wait.h>
 #include <netinet/in.h>
 #include <sys/socket.h>
 #include <sys/types.h>
@@@@ -3882,7 +3882,7 @@@@
         lz_flush(hd->fd, &hd->fd_lzb);
     }
     syslog(LOG_ERR, "Exiting Testing Server\n");
-    exit;
+    exit(0);
 }
 
 //////////////////////////////////////////////////////////////////////
@


1.2
log
@Fix an apparent typo, and unbreak this port.

Reported by:	kris
Approved by:	portmgr (krion), fjoe (mentor, implicit), maintainer
@
text
@@


1.1
log
@Final step in the move from mail/twhttpd to www/twhttpd.
@
text
@d12 9
@

