diff options
| author | 1999-04-20 23:04:54 +0000 | |
|---|---|---|
| committer | 1999-04-20 23:04:54 +0000 | |
| commit | 57534253f469a587ab20772e5455157f158f23a3 (patch) | |
| tree | 53e5629604b3d9064a01c2ff3ef53fd38d85fe83 /sys/netinet/raw_ip.c | |
| parent | Don't call sendmail with "-f root" since sendmail isn't run by a "trusted (diff) | |
| download | wireguard-openbsd-57534253f469a587ab20772e5455157f158f23a3.tar.xz wireguard-openbsd-57534253f469a587ab20772e5455157f158f23a3.zip | |
messup, learn to test *all* variants of compile options when
altering the logic round such.
Diffstat (limited to 'sys/netinet/raw_ip.c')
| -rw-r--r-- | sys/netinet/raw_ip.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sys/netinet/raw_ip.c b/sys/netinet/raw_ip.c index a2c2f9237bc..c7daff8c139 100644 --- a/sys/netinet/raw_ip.c +++ b/sys/netinet/raw_ip.c @@ -1,4 +1,4 @@ -/* $OpenBSD: raw_ip.c,v 1.16 1999/04/20 20:06:12 niklas Exp $ */ +/* $OpenBSD: raw_ip.c,v 1.17 1999/04/20 23:04:54 niklas Exp $ */ /* $NetBSD: raw_ip.c,v 1.25 1996/02/18 18:58:33 christos Exp $ */ /* @@ -63,14 +63,11 @@ didn't get a copy, you may request one from <license@ipv6.nrl.navy.mil>. #include <netinet/in.h> #include <netinet/in_systm.h> #include <netinet/ip.h> +#include <netinet/ip_mroute.h> #include <netinet/ip_var.h> #include <netinet/in_pcb.h> #include <netinet/in_var.h> -#ifdef MROUTING -#include <netinet/ip_mroute.h> -#endif - #ifdef IPSEC extern int check_ipsec_policy __P((struct inpcb *, u_int32_t)); #endif |
