summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2001-06-26 06:58:29 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2001-06-26 06:58:29 +0000
commit1ccc151c742e77de61e5f42ad6e9410def889cd1 (patch)
tree912bdeb0347e4a1e0e2908d837a09fdcfbb206bb /sys
parent93d93e5b7fffb2c28906d66122ceb80fbb8bf49b (diff)
no // comments
Diffstat (limited to 'sys')
-rw-r--r--sys/net/pf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pf.c b/sys/net/pf.c
index 06661383fcb..ab85fa95319 100644
--- a/sys/net/pf.c
+++ b/sys/net/pf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pf.c,v 1.47 2001/06/26 05:03:36 itojun Exp $ */
+/* $OpenBSD: pf.c,v 1.48 2001/06/26 06:58:28 markus Exp $ */
/*
* Copyright (c) 2001, Daniel Hartmeier
@@ -1718,7 +1718,7 @@ pf_test_state_tcp(int direction, struct ifnet *ifp, struct mbuf **m,
}
} else {
- // XXX Remove these printfs before release
+ /* XXX Remove these printfs before release */
printf("pf: BAD state: ");
print_state(direction, s);
print_flags(th->th_flags);