patch-1.3.82 linux/include/net/sock.h
Next file: linux/init/main.c
Previous file: linux/include/net/ax25.h
Back to the patch index
Back to the overall index
-  Lines: 18
 -  Date:
Tue Apr  2 12:28:47 1996
 -  Orig file: 
v1.3.81/linux/include/net/sock.h
 -  Orig date: 
Mon Mar 25 10:24:40 1996
 
diff -u --recursive --new-file v1.3.81/linux/include/net/sock.h linux/include/net/sock.h
@@ -237,7 +237,7 @@
  */
  
 	volatile unsigned short	backoff;
-	volatile int		err, err_soft;	/* Soft holds errors that don't
+	int			err, err_soft;	/* Soft holds errors that don't
 						   cause failure but are the cause
 						   of a persistent failure not just
 						   'timed out' */
@@ -441,6 +441,8 @@
 }
 
 
+extern struct sock *		sk_alloc(int priority);
+extern void			sk_free(struct sock *sk);
 extern void			destroy_sock(struct sock *sk);
 extern unsigned short		get_new_socknum(struct proto *,
 						unsigned short);
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