patch-2.1.42 linux/include/net/sock.h

Next file: linux/include/net/x25.h
Previous file: linux/include/net/rose.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.41/linux/include/net/sock.h linux/include/net/sock.h
@@ -296,20 +296,23 @@
  *		sockmem [mem, proto, callbacks]
  *
  *		union or struct {
- *			netrom;
- *			ax_25;
+ *			ax25;
  *		} ll_pinfo;
  *	
  *		union {
  *			ipv4;
  *			ipv6;
  *			ipx;
+ *			netrom;
+ *			rose;
+ * 			x25;
  *		} net_pinfo;
  *
  *		union {
  *			tcp;
  *			udp;
  *			spx;
+ *			netrom;
  *		} tp_pinfo;
  *
  *	}

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