summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbluhm <bluhm@openbsd.org>2016-12-20 12:35:38 +0000
committerbluhm <bluhm@openbsd.org>2016-12-20 12:35:38 +0000
commitd32c898098a2fd99a9432d6154ab91988bc5e759 (patch)
tree95259c67c9010fdeec84c18911138cfba86c7945
parentKill recursive splsoftnet()/splx() dances in ioctl(2) path. (diff)
downloadwireguard-openbsd-d32c898098a2fd99a9432d6154ab91988bc5e759.tar.xz
wireguard-openbsd-d32c898098a2fd99a9432d6154ab91988bc5e759.zip
Remove duplicate in_ioctl() prototype, it is in in_var.h now.
-rw-r--r--sys/netinet/in.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/in.c b/sys/netinet/in.c
index 1b2eb9e2e29..2513b310d56 100644
--- a/sys/netinet/in.c
+++ b/sys/netinet/in.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: in.c,v 1.132 2016/12/19 11:30:26 mpi Exp $ */
+/* $OpenBSD: in.c,v 1.133 2016/12/20 12:35:38 bluhm Exp $ */
/* $NetBSD: in.c,v 1.26 1996/02/13 23:41:39 christos Exp $ */
/*
@@ -84,7 +84,6 @@
void in_socktrim(struct sockaddr_in *);
int in_lifaddr_ioctl(u_long, caddr_t, struct ifnet *, int);
-int in_ioctl(u_long, caddr_t, struct ifnet *, int);
void in_purgeaddr(struct ifaddr *);
int in_addhost(struct in_ifaddr *, struct sockaddr_in *);