summaryrefslogtreecommitdiff
path: root/usr/src/boot/lib/libstand/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/boot/lib/libstand/net.h')
-rw-r--r--usr/src/boot/lib/libstand/net.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr/src/boot/lib/libstand/net.h b/usr/src/boot/lib/libstand/net.h
index 99081a634a..93ab8d84e7 100644
--- a/usr/src/boot/lib/libstand/net.h
+++ b/usr/src/boot/lib/libstand/net.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1993 Adam Glass
+ * Copyright (c) 1993 Adam Glass
* Copyright (c) 1992 Regents of the University of California.
* All rights reserved.
*
@@ -93,8 +93,6 @@ extern u_int intf_mtu;
extern int debug; /* defined in the machdep sources */
-extern struct iodesc sockets[SOPEN_MAX];
-
/* ARP/RevARP functions: */
u_char *arpwhohas(struct iodesc *, struct in_addr);
void arp_reply(struct iodesc *, void *);