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_mpe.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_mpe.c')
-rw-r--r-- | sys/net/if_mpe.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_mpe.c b/sys/net/if_mpe.c index 4078d3d266f..ac06d06fd8b 100644 --- a/sys/net/if_mpe.c +++ b/sys/net/if_mpe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_mpe.c,v 1.51 2015/12/02 13:29:25 claudio Exp $ */ +/* $OpenBSD: if_mpe.c,v 1.52 2015/12/05 10:07:55 tedu Exp $ */ /* * Copyright (c) 2008 Pierre-Yves Ritschard <pyr@spootnik.org> @@ -272,7 +272,6 @@ out: return (error); } -/* ARGSUSED */ int mpeioctl(struct ifnet *ifp, u_long cmd, caddr_t data) { |