summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@conectiva.com.br>2003-04-03 05:08:27 -0300
committerArnaldo Carvalho de Melo <acme@conectiva.com.br>2003-04-03 05:08:27 -0300
commitf9d752e792b1419191fa6989c2163bd2c3d4cf6d (patch)
tree18e435a07f3850ac3f8eb9747b6e85b19d2f0d10 /include/net
parentfb99146a4c2c82d5f02a12e3b7eb8c10bf7e77d5 (diff)
o linux/net.h: bye bye struct net_proto
struct net_proto is not anymore needed, as the protocols have their init functions marked as __init, not needing explicit calling.
Diffstat (limited to 'include/net')
-rw-r--r--include/net/af_unix.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/af_unix.h b/include/net/af_unix.h
index d526b746b4b9..db82099b2b17 100644
--- a/include/net/af_unix.h
+++ b/include/net/af_unix.h
@@ -1,6 +1,5 @@
#ifndef __LINUX_NET_AFUNIX_H
#define __LINUX_NET_AFUNIX_H
-extern void unix_proto_init(struct net_proto *pro);
extern void unix_inflight(struct file *fp);
extern void unix_notinflight(struct file *fp);
typedef struct sock unix_socket;