patch-1.3.51 linux/net/unix/af_unix.c
Next file: linux/CREDITS
Previous file: linux/net/socket.c
Back to the patch index
Back to the overall index
- Lines: 21
- Date:
Tue Dec 26 06:03:03 1995
- Orig file:
v1.3.50/linux/net/unix/af_unix.c
- Orig date:
Sat Nov 25 19:04:59 1995
diff -u --recursive --new-file v1.3.50/linux/net/unix/af_unix.c linux/net/unix/af_unix.c
@@ -799,8 +799,9 @@
}
/*
- * Sleep until data has arrive. But check for races..
+ * Sleep until data has arrive. But check for races..
*/
+
static void unix_data_wait(unix_socket * sk)
{
cli();
@@ -1035,7 +1036,7 @@
void unix_proto_init(struct net_proto *pro)
{
- printk("NET3: Unix domain sockets 0.10 BETA for Linux NET3.031.\n");
+ printk("NET3: Unix domain sockets 0.10 BETA for Linux NET3.033.\n");
sock_register(unix_proto_ops.family, &unix_proto_ops);
proc_net_register(&(struct proc_dir_entry) {
PROC_NET_UNIX, 4, "unix",
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