From: robs Date: Thu, 3 Jan 2002 15:12:50 +0000 (+0000) Subject: remove X-Git-Tag: 0.67_01~61 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=630ce256ede3501f35007e33d18fa1c061d42764;p=catagits%2Ffcgi2.git remove --- diff --git a/examples/test.html b/examples/test.html index 18f2125..6c582ae 100644 --- a/examples/test.html +++ b/examples/test.html @@ -1,52 +1,52 @@ - - -test - - - - - - - -
-

checkbox - -

-

radio - on - off

-

menu - -

-

file - - -

-
-

URI to submit to - - -

-
- - + + +test + + + + + + + +
+

checkbox + +

+

radio + on + off

+

menu + +

+

file + + +

+
+

URI to submit to + + +

+
+ + diff --git a/libfcgi/os_unix.c b/libfcgi/os_unix.c index 5f3105c..b8c0a1b 100755 --- a/libfcgi/os_unix.c +++ b/libfcgi/os_unix.c @@ -17,7 +17,7 @@ */ #ifndef lint -static const char rcsid[] = "$Id: os_unix.c,v 1.34 2001/09/25 14:21:44 robs Exp $"; +static const char rcsid[] = "$Id: os_unix.c,v 1.35 2002/01/03 15:12:50 robs Exp $"; #endif /* not lint */ #include "fcgi_config.h" @@ -285,7 +285,7 @@ union SockAddrUnion { int OS_CreateLocalIpcFd(const char *bindPath, int backlog) { int listenSock, servLen; - union SockAddrUnion sa; + union SockAddrUnion sa; int tcp = FALSE; unsigned long tcp_ia = 0; char *tp;