summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorflorian <florian@openbsd.org>2015-07-21 03:03:10 +0000
committerflorian <florian@openbsd.org>2015-07-21 03:03:10 +0000
commit5f4dc2a867c449fa456e0ceb8f769fe581b809f6 (patch)
tree2c7082a370ad67cff422ee3be6d0ea1ae4daf3eb
parentuse curproc instead of proc0 (diff)
downloadwireguard-openbsd-5f4dc2a867c449fa456e0ceb8f769fe581b809f6.tar.xz
wireguard-openbsd-5f4dc2a867c449fa456e0ceb8f769fe581b809f6.zip
We don't do 'ARGSUSED' anymore
-rw-r--r--sys/net/if_pflow.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_pflow.c b/sys/net/if_pflow.c
index 3b65e35b9d3..787f9897b3d 100644
--- a/sys/net/if_pflow.c
+++ b/sys/net/if_pflow.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_pflow.c,v 1.54 2015/07/21 03:00:20 florian Exp $ */
+/* $OpenBSD: if_pflow.c,v 1.55 2015/07/21 03:03:10 florian Exp $ */
/*
* Copyright (c) 2011 Florian Obser <florian@narrans.de>
@@ -301,7 +301,6 @@ pflow_clone_destroy(struct ifnet *ifp)
return (error);
}
-/* ARGSUSED */
int
pflowioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
{