diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2015-12-05 10:07:56 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2015-12-05 10:07:56 +0000 |
commit | cdb1158a8939856a20359701c16f46c4a79f9a56 (patch) | |
tree | cbc5495a042615ba62653014bf5dda90be3a8d56 /sys/net/if_pflog.c | |
parent | 202c3e41936b70d8785e5596608e54a782e5ea1c (diff) |
remove old lint annotations
Diffstat (limited to 'sys/net/if_pflog.c')
-rw-r--r-- | sys/net/if_pflog.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_pflog.c b/sys/net/if_pflog.c index 27faf0b217a..8e765734675 100644 --- a/sys/net/if_pflog.c +++ b/sys/net/if_pflog.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_pflog.c,v 1.72 2015/11/10 06:36:14 dlg Exp $ */ +/* $OpenBSD: if_pflog.c,v 1.73 2015/12/05 10:07:55 tedu Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr) and @@ -209,7 +209,6 @@ pflogoutput(struct ifnet *ifp, struct mbuf *m, struct sockaddr *dst, return (0); } -/* ARGSUSED */ int pflogioctl(struct ifnet *ifp, u_long cmd, caddr_t data) { |