patch-2.0.32 linux/net/ipv4/ip_masq_quake.c

Next file: linux/net/ipv4/rarp.c
Previous file: linux/net/ipv4/ip_fragment.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.0.31/linux/net/ipv4/ip_masq_quake.c linux/net/ipv4/ip_masq_quake.c
@@ -48,9 +48,9 @@
 
 typedef struct
 { 
-        __u16 type;     // (Little Endian) Type of message.
-	__u16 length;   // (Little Endian) Length of message, header included. 
-	char  message[0];  // The contents of the message.
+        __u16 type;     /* (Little Endian) Type of message. */
+	__u16 length;   /* (Little Endian) Length of message, header included. */
+	char  message[0];  /* The contents of the message. */
 } QUAKEHEADER;
 
 struct quake_priv_data {

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov