diff options
author | Alexandr Nedvedicky <sashan@cvs.openbsd.org> | 2015-12-03 21:29:59 +0000 |
---|---|---|
committer | Alexandr Nedvedicky <sashan@cvs.openbsd.org> | 2015-12-03 21:29:59 +0000 |
commit | bf6acb6df1cf149ee98d0eef06bbcb7155e7a143 (patch) | |
tree | bc787cf1873738f7570fc5f573ef87eeee4f86ae /sys/netinet/ip_output.c | |
parent | b097b7008d7133c6f756d76ba453562f5cdbb0c0 (diff) |
deleting ip_insertoptions() prototype, which is no longer needed
(follow up on my earlier commit)
OK bluhm@
Diffstat (limited to 'sys/netinet/ip_output.c')
-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); |