diff options
author | 2019-10-04 04:52:40 +0000 | |
---|---|---|
committer | 2019-10-04 04:52:40 +0000 | |
commit | ca2436c0e48058b1d2e4abd46ff2735a77141236 (patch) | |
tree | 711557fce78a23b31166de886d3ee59a7912f168 | |
parent | fix memory leak in error path; bz#3074 (diff) | |
download | wireguard-openbsd-ca2436c0e48058b1d2e4abd46ff2735a77141236.tar.xz wireguard-openbsd-ca2436c0e48058b1d2e4abd46ff2735a77141236.zip |
get rid of prototypes for mplsip_input and mplsip_output. they don't exist.
-rw-r--r-- | sys/netinet/ip_ether.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/netinet/ip_ether.h b/sys/netinet/ip_ether.h index 988b7b8f67a..c70779ed382 100644 --- a/sys/netinet/ip_ether.h +++ b/sys/netinet/ip_ether.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ether.h,v 1.28 2017/11/17 18:21:33 jca Exp $ */ +/* $OpenBSD: ip_ether.h,v 1.29 2019/10/04 04:52:40 dlg Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@adk.gr) * @@ -109,10 +109,5 @@ etheripstat_pkt(enum etheripstat_counters pcounter, struct tdb; /* XXX within #ifdef MPLS? */ -#ifdef MPLS -int mplsip_output(struct mbuf *, struct tdb *, struct mbuf **, int); -int mplsip_input(struct mbuf **, int *, int, int); -#endif /* MPLS */ - #endif /* _KERNEL */ #endif /* _NETINET_IP_ETHER_H_ */ |