patch-1.3.18 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: 28
- Date:
Fri Aug 11 19:02:18 1995
- Orig file:
v1.3.17/linux/net/unix/af_unix.c
- Orig date:
Wed Aug 9 14:55:45 1995
diff -u --recursive --new-file v1.3.17/linux/net/unix/af_unix.c linux/net/unix/af_unix.c
@@ -12,6 +12,9 @@
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
+ *
+ * Fixes:
+ * Linus Torvalds : Assorted bug cures.
*/
#include <linux/config.h>
@@ -34,7 +37,6 @@
#include <linux/malloc.h>
#include <asm/segment.h>
#include <linux/skbuff.h>
-/*#include <linux/netprotocol.h>*/
#include <linux/netdevice.h>
#include <net/sock.h>
#include <net/tcp.h>
@@ -1015,7 +1017,7 @@
printk("NET3: Unix domain sockets 0.07 BETA for Linux NET3.030.\n");
sock_register(unix_proto_ops.family, &unix_proto_ops);
proc_net_register(&(struct proc_dir_entry)
- { PROC_NET_UNIX, unix_get_info, 4, "unix" });
+ { PROC_NET_UNIX, 4, "unix", unix_get_info });
}
/*
* Local variables:
FUNET's LINUX-ADM group, [email protected]
TCL-scripts by Sam Shen, [email protected]
with Sam's (original) version of this