diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-05-27 18:31:31 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2007-05-27 18:31:31 +0000 |
commit | 2041fb2994f51322c9a6deab418f1e3a78506519 (patch) | |
tree | be17de9b1f98bb3ca089b0c50c1c4fb50a9aef9e /sbin | |
parent | ea7e589ad4e2a5a22424b94a8638f6f9b62896c8 (diff) |
Don't include sys/mbuf.h it is not needed. OK mcbride@ msf@
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/isakmpd/pf_key_v2.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/isakmpd/pf_key_v2.c b/sbin/isakmpd/pf_key_v2.c index 84a75fb0f33..3efc74bc48b 100644 --- a/sbin/isakmpd/pf_key_v2.c +++ b/sbin/isakmpd/pf_key_v2.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf_key_v2.c,v 1.180 2007/04/16 13:01:39 moritz Exp $ */ +/* $OpenBSD: pf_key_v2.c,v 1.181 2007/05/27 18:31:30 claudio Exp $ */ /* $EOM: pf_key_v2.c,v 1.79 2000/12/12 00:33:19 niklas Exp $ */ /* @@ -40,7 +40,6 @@ #include <net/pfkeyv2.h> #include <netinet/in.h> -#include <sys/mbuf.h> #include <netinet/ip_ipsp.h> #include <arpa/inet.h> #include <stdlib.h> |