diff options
author | 2015-12-03 21:29:58 +0000 | |
---|---|---|
committer | 2015-12-03 21:29:58 +0000 | |
commit | c8958e6a5341092750c071c0e4935bb58a8be070 (patch) | |
tree | 123bf42ab9186e40424eac0089f4ff32c1169472 | |
parent | remove trailing whitespace (diff) | |
download | wireguard-openbsd-c8958e6a5341092750c071c0e4935bb58a8be070.tar.xz wireguard-openbsd-c8958e6a5341092750c071c0e4935bb58a8be070.zip |
deleting ip_insertoptions() prototype, which is no longer needed
(follow up on my earlier commit)
OK bluhm@
-rw-r--r-- | sys/netinet/ip_output.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c index 868f909dd17..d4a4b5667ff 100644 --- a/sys/netinet/ip_output.c +++ b/sys/netinet/ip_output.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_output.c,v 1.313 2015/12/03 16:21:38 markus Exp $ */ +/* $OpenBSD: ip_output.c,v 1.314 2015/12/03 21:29:58 sashan Exp $ */ /* $NetBSD: ip_output.c,v 1.28 1996/02/13 23:43:07 christos Exp $ */ /* @@ -72,7 +72,6 @@ #endif #endif /* IPSEC */ -struct mbuf *ip_insertoptions(struct mbuf *, struct mbuf *, int *); void ip_mloopback(struct ifnet *, struct mbuf *, struct sockaddr_in *); static __inline u_int16_t __attribute__((__unused__)) in_cksum_phdr(u_int32_t, u_int32_t, u_int32_t); |