From bc6ab54808cf20a40cd7ba44043d40db1ec2e78e Mon Sep 17 00:00:00 2001 From: brooks Date: Fri, 4 Aug 2006 21:27:40 +0000 Subject: With exception of the if_name() macro, all definitions in net_osdep.h were unused or already in if_var.h so add if_name() to if_var.h and remove net_osdep.h along with all references to it. Longer term we may want to kill off if_name() entierly since all modern BSDs have if_xname variables rendering it unnecessicary. --- sys/netinet6/esp_output.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/netinet6/esp_output.c') diff --git a/sys/netinet6/esp_output.c b/sys/netinet6/esp_output.c index 660e785..3f4ffe1 100644 --- a/sys/netinet6/esp_output.c +++ b/sys/netinet6/esp_output.c @@ -77,8 +77,6 @@ #include #include -#include - static int esp_output __P((struct mbuf *, u_char *, struct mbuf *, struct ipsecrequest *, int)); -- cgit v1.1