diff options
author | 2017-02-28 07:07:07 +0000 | |
---|---|---|
committer | 2017-02-28 07:07:07 +0000 | |
commit | 994f8103dfa90fed180668f40cb5beb807a64186 (patch) | |
tree | 0c88d593043e53e40473c789d12f9a77e8492de9 | |
parent | Use a do{}while loop with ssize_t return value when calling tls_read() (diff) | |
download | wireguard-openbsd-994f8103dfa90fed180668f40cb5beb807a64186.tar.xz wireguard-openbsd-994f8103dfa90fed180668f40cb5beb807a64186.zip |
Remove mpls_raw_usrreq() prototype, that function is gone.
-rw-r--r-- | sys/netmpls/mpls.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/netmpls/mpls.h b/sys/netmpls/mpls.h index 81e8b524e7c..b5971dd71fc 100644 --- a/sys/netmpls/mpls.h +++ b/sys/netmpls/mpls.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mpls.h,v 1.36 2017/02/27 19:16:56 claudio Exp $ */ +/* $OpenBSD: mpls.h,v 1.37 2017/02/28 07:07:07 claudio Exp $ */ /* * Copyright (C) 1999, 2000 and 2001 AYAME Project, WIDE Project. @@ -173,9 +173,6 @@ void mpe_input(struct mbuf *, struct ifnet *, struct sockaddr_mpls *, void mpe_input6(struct mbuf *, struct ifnet *, struct sockaddr_mpls *, u_int8_t); -extern int mpls_raw_usrreq(struct socket *, int, struct mbuf *, - struct mbuf *, struct mbuf *, struct proc *); - extern int mpls_defttl; extern int mpls_mapttl_ip; extern int mpls_mapttl_ip6; |