diff options
Diffstat (limited to 'sys/sys/socketvar.h')
-rw-r--r-- | sys/sys/socketvar.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/sys/socketvar.h b/sys/sys/socketvar.h index 6ad5bc2..952f0b9 100644 --- a/sys/sys/socketvar.h +++ b/sys/sys/socketvar.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)socketvar.h 8.1 (Berkeley) 6/2/93 - * $Id: socketvar.h,v 1.7 1995/11/21 12:55:14 bde Exp $ + * $Id: socketvar.h,v 1.8 1995/12/14 08:32:36 phk Exp $ */ #ifndef _SYS_SOCKETVAR_H_ @@ -199,9 +199,6 @@ extern u_long sb_max; #define sonewconn(head, connstatus) sonewconn1((head), (connstatus)) struct socket *sonewconn1 __P((struct socket *head, int connstatus)); -/* strings for sleep message: */ -extern char netio[], netcon[], netcls[]; - /* * File operations on sockets. */ |