BSD 4_3 release
[unix-history] / usr / src / sys / net / if.h
index 996325a..5a0cc23 100644 (file)
@@ -1,9 +1,9 @@
 /*
 /*
- * Copyright (c) 1982 Regents of the University of California.
+ * Copyright (c) 1982, 1986 Regents of the University of California.
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
  * All rights reserved.  The Berkeley software License Agreement
  * specifies the terms and conditions for redistribution.
  *
- *     @(#)if.h        6.13 (Berkeley) %G%
+ *     @(#)if.h        7.1 (Berkeley) 6/4/86
  */
 
 /*
  */
 
 /*
@@ -205,12 +205,9 @@ struct     ifconf {
 
 #ifdef KERNEL
 #include "../net/if_arp.h"
 
 #ifdef KERNEL
 #include "../net/if_arp.h"
-#ifdef INET
-struct ifqueue ipintrq;                /* ip packet input queue */
-#endif
 struct ifqueue rawintrq;               /* raw packet input queue */
 struct ifnet *ifnet;
 struct ifqueue rawintrq;               /* raw packet input queue */
 struct ifnet *ifnet;
-struct ifaddr *ifa_ifwithaddr(), *ifa_ifwithnet(), *ifa_ifwithaf();
+struct ifaddr *ifa_ifwithaddr(), *ifa_ifwithnet();
 struct ifaddr *ifa_ifwithdstaddr();
 #else KERNEL
 #include <net/if_arp.h>
 struct ifaddr *ifa_ifwithdstaddr();
 #else KERNEL
 #include <net/if_arp.h>