diff options
author | 2015-12-05 10:07:55 +0000 | |
---|---|---|
committer | 2015-12-05 10:07:55 +0000 | |
commit | acbf7ea14cfa1f6803b4cf408ad49ee66ae3b7cb (patch) | |
tree | 575b3b7616eafe7d8eda8b12be6cca895d7b42d1 /sys/net/if_vxlan.c | |
parent | add rcscript for vmd (diff) | |
download | wireguard-openbsd-acbf7ea14cfa1f6803b4cf408ad49ee66ae3b7cb.tar.xz wireguard-openbsd-acbf7ea14cfa1f6803b4cf408ad49ee66ae3b7cb.zip |
remove old lint annotations
Diffstat (limited to 'sys/net/if_vxlan.c')
-rw-r--r-- | sys/net/if_vxlan.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_vxlan.c b/sys/net/if_vxlan.c index e7a1a228b49..75b21602a1b 100644 --- a/sys/net/if_vxlan.c +++ b/sys/net/if_vxlan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_vxlan.c,v 1.34 2015/11/27 16:17:52 mpi Exp $ */ +/* $OpenBSD: if_vxlan.c,v 1.35 2015/12/05 10:07:55 tedu Exp $ */ /* * Copyright (c) 2013 Reyk Floeter <reyk@openbsd.org> @@ -342,7 +342,6 @@ vxlan_config(struct ifnet *ifp, struct sockaddr *src, struct sockaddr *dst) return (0); } -/* ARGSUSED */ int vxlanioctl(struct ifnet *ifp, u_long cmd, caddr_t data) { |