patch-pre2.0.3 linux/include/net/af_unix.h
Next file: linux/kernel/ksyms.c
Previous file: linux/include/linux/ucdrom.h
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Mon May 13 07:17:23 1996
- Orig file:
pre2.0.2/linux/include/net/af_unix.h
- Orig date:
Mon Mar 25 08:58:22 1996
diff -u --recursive --new-file pre2.0.2/linux/include/net/af_unix.h linux/include/net/af_unix.h
@@ -1,9 +1,14 @@
+#ifndef __LINUX_NET_AFUNIX_H
+#define __LINUX_NET_AFUNIX_H
extern void unix_proto_init(struct net_proto *pro);
extern struct proto_ops unix_proto_ops;
extern void unix_inflight(struct file *fp);
extern void unix_notinflight(struct file *fp);
typedef struct sock unix_socket;
+extern void unix_gc(void);
-unix_socket *unix_socket_list;
+extern unix_socket *unix_socket_list;
#define UNIX_MAX_FD 8
+
+#endif
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