patch-1.3.4 linux/include/net/sock.h
Next file: linux/include/net/tcp.h
Previous file: linux/include/linux/umsdos_fs.p
Back to the patch index
Back to the overall index
- Lines: 25
- Date:
Mon Jun 26 09:26:03 1995
- Orig file:
v1.3.3/linux/include/net/sock.h
- Orig date:
Tue Jun 6 11:22:18 1995
diff -u --recursive --new-file v1.3.3/linux/include/net/sock.h linux/include/net/sock.h
@@ -65,15 +65,15 @@
struct options *opt;
volatile unsigned long wmem_alloc;
volatile unsigned long rmem_alloc;
- unsigned long write_seq;
- unsigned long sent_seq;
- unsigned long acked_seq;
- unsigned long copied_seq;
- unsigned long rcv_ack_seq;
- unsigned long window_seq;
- unsigned long fin_seq;
- unsigned long urg_seq;
- unsigned long urg_data;
+ __u32 write_seq;
+ __u32 sent_seq;
+ __u32 acked_seq;
+ __u32 copied_seq;
+ __u32 rcv_ack_seq;
+ __u32 window_seq;
+ __u32 fin_seq;
+ __u32 urg_seq;
+ __u32 urg_data;
/*
* Not all are volatile, but some are, so we
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this