diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-05-29 06:07:38 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-05-29 06:07:38 +0000 |
commit | 031c0125ab0f5d1589b9c347fa5c32c4b1513d10 (patch) | |
tree | 275024578c592755779f8baf9b49178d462873c5 /net/pfflowd/files/patch-pfflowd.c | |
parent | TCLink is a thin client API that allows a merchant to process credit card (diff) |
- Unbreak for pf < 3.7
Submitted by: thompsa
Notes
Notes:
svn path=/head/; revision=213850
Diffstat (limited to 'net/pfflowd/files/patch-pfflowd.c')
-rw-r--r-- | net/pfflowd/files/patch-pfflowd.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net/pfflowd/files/patch-pfflowd.c b/net/pfflowd/files/patch-pfflowd.c index 940ff354585c..f2ef857acdd7 100644 --- a/net/pfflowd/files/patch-pfflowd.c +++ b/net/pfflowd/files/patch-pfflowd.c @@ -23,23 +23,3 @@ _exit(0); } -@@ -366,7 +368,9 @@ - strlcat(dst_s, pbuf, sizeof(dst_s)); - } - -+#ifndef OLD_PFSYNC - syslog(LOG_DEBUG, "IFACE %s", st[i].ifname); -+#endif - syslog(LOG_DEBUG, "GWY %s", rt_s); - syslog(LOG_DEBUG, "FLOW proto %d direction %d", - st[i].proto, st[i].direction); -@@ -538,7 +542,9 @@ - strlcat(dst_s, pbuf, sizeof(dst_s)); - } - -+#ifndef OLD_PFSYNC - syslog(LOG_DEBUG, "IFACE %s", st[i].ifname); -+#endif - syslog(LOG_DEBUG, "GWY %s", rt_s); - syslog(LOG_DEBUG, "FLOW proto %d direction %d", - st[i].proto, st[i].direction); |