summaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2009-02-17 23:46:26 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2009-02-17 23:46:26 +0000
commitcc9cb232a359a229eb9263de9f63c1af1ff80bc2 (patch)
tree4140494de5f7ac9c3c0ec09fb6d4429f1f0ddae9 /sys/net
parent4122906f74ca08af3415609c23db5bb165458839 (diff)
// style comments shouldnt be in the tree.
reminded by deraadt@
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/if_pfsync.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/net/if_pfsync.c b/sys/net/if_pfsync.c
index e30a08769f0..8560f4ab220 100644
--- a/sys/net/if_pfsync.c
+++ b/sys/net/if_pfsync.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_pfsync.c,v 1.106 2009/02/17 23:45:43 dlg Exp $ */
+/* $OpenBSD: if_pfsync.c,v 1.107 2009/02/17 23:46:25 dlg Exp $ */
/*
* Copyright (c) 2002 Michael Shalayeff
@@ -886,7 +886,6 @@ pfsync_upd_tcp(struct pf_state *st, struct pfsync_state_peer *src,
int
pfsync_in_upd(struct pfsync_pkt *pkt, struct mbuf *m, int offset, int count)
{
-// struct pfsync_softc *sc = pfsyncif;
struct pfsync_state *sa, *sp;
struct pf_state_cmp id_key;
struct pf_state_key *sk;
@@ -979,7 +978,6 @@ pfsync_in_upd(struct pfsync_pkt *pkt, struct mbuf *m, int offset, int count)
int
pfsync_in_upd_c(struct pfsync_pkt *pkt, struct mbuf *m, int offset, int count)
{
-// struct pfsync_softc *sc = pfsyncif;
struct pfsync_upd_c *ua, *up;
struct pf_state_key *sk;
struct pf_state_cmp id_key;