patch-2.1.27 linux/include/net/sock.h

Next file: linux/include/net/x25.h
Previous file: linux/include/net/rose.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.26/linux/include/net/sock.h linux/include/net/sock.h
@@ -700,7 +700,11 @@
 						     int noblock,
 						     int *errcode);
 extern int 			sock_no_fcntl(struct socket *, unsigned int, unsigned long);
-
+extern int			sock_no_getsockopt(struct socket *, int , int,
+						   char *, int *);
+extern int			sock_no_setsockopt(struct socket *, int, int,
+						   char *, int);
+extern int			sock_no_listen(struct socket *, int);
 /*
  *	Default socket callbacks and setup code
  */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov