patch-2.3.15 linux/net/khttpd/structure.h

Next file: linux/net/khttpd/sysctl.c
Previous file: linux/net/khttpd/security.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.14/linux/net/khttpd/structure.h linux/net/khttpd/structure.h
@@ -64,21 +64,5 @@
 };
 
 
-/*
-
-struct khttpd_delayed_release is used to build a list of all struct sockets
-that were passed to userspace. It seems to be required that they are not destroyed
-immediatly, so they have a timeout-counter.
-
-*/
-struct khttpd_delayed_release;
-
-struct khttpd_delayed_release
-{
-	struct socket *sock;
-	unsigned long timeout;
-	
-	struct khttpd_delayed_release *Next;
-};
 
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)