patch-2.3.14 linux/net/khttpd/security.h

Next file: linux/net/khttpd/sockets.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.13/linux/net/khttpd/security.h linux/net/khttpd/security.h
@@ -0,0 +1,12 @@
+#ifndef _INCLUDE_GUARD_SECURITY_H
+#define _INCLUDE_GUARD_SECURITY_H
+
+struct DynamicString;
+
+struct DynamicString
+{
+	struct DynamicString* Next;
+	char value[32-sizeof(void*)];  /* fill 1 cache-line */
+};
+
+#endif
\ No newline at end of file

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