diff options
Diffstat (limited to 'net-mgmt/ehnt/files/patch-ehnt__processflow.c')
-rw-r--r-- | net-mgmt/ehnt/files/patch-ehnt__processflow.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net-mgmt/ehnt/files/patch-ehnt__processflow.c b/net-mgmt/ehnt/files/patch-ehnt__processflow.c deleted file mode 100644 index 7441034b9ceb..000000000000 --- a/net-mgmt/ehnt/files/patch-ehnt__processflow.c +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- ehnt_processflow.c.orig Thu Oct 4 22:18:29 2001 -+++ ehnt_processflow.c Thu Nov 14 22:17:18 2002 -@@ -218,7 +218,7 @@ - dstip.s_addr=rec->dstaddr; - nexthop.s_addr=rec->nexthop; - -- printf("%.0f:%s",local_flowcount,routeraddr_string); -+ printf("%.0f:%s:",local_flowcount,routeraddr_string); - printf("%d:%s:%d:", - rec->input_index, - inet_ntoa(srcip), |