patch-1.3.87 linux/net/ipx/af_ipx.c
Next file: linux/net/netrom/af_netrom.c
Previous file: linux/net/ipv4/udp.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Apr 12 09:49:51 1996
- Orig file:
v1.3.86/linux/net/ipx/af_ipx.c
- Orig date:
Wed Apr 10 17:02:28 1996
diff -u --recursive --new-file v1.3.86/linux/net/ipx/af_ipx.c linux/net/ipx/af_ipx.c
@@ -1226,7 +1226,7 @@
sum=(sum&0xffff)+(sum>>16);
/*
- * It's a pitty there's no concept of carry in C
+ * It's a pity there's no concept of carry in C
*/
if(sum>=0x10000)
@@ -1505,7 +1505,7 @@
s->protinfo.af_ipx.dest_addr.node[5],
htons(s->protinfo.af_ipx.dest_addr.sock));
}
- len += sprintf (buffer+len,"%08lX %08lX ",
+ len += sprintf (buffer+len,"%08X %08X ",
s->wmem_alloc, s->rmem_alloc);
len += sprintf (buffer+len,"%02X %03d\n",
s->state, SOCK_INODE(s->socket)->i_uid);
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