From f9d752e792b1419191fa6989c2163bd2c3d4cf6d Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Thu, 3 Apr 2003 05:08:27 -0300 Subject: 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. --- include/net/af_unix.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/net') 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; -- cgit v1.2.3