aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Timmons <cwt@FreeBSD.org>2002-04-17 17:00:43 +0000
committerChris Timmons <cwt@FreeBSD.org>2002-04-17 17:00:43 +0000
commit7c8497a2f670222ba84c2f312f6d9d9ff021a898 (patch)
tree688e133362335aeb45e9aabf2bf8d53b14db9bd6
parent103d70f01bc2ea2353130909c5ff4e68c43898dd (diff)
downloadports-7c8497a2f670222ba84c2f312f6d9d9ff021a898.tar.gz
ports-7c8497a2f670222ba84c2f312f6d9d9ff021a898.zip
Notes
-rw-r--r--net-mgmt/flow-tools/files/patch-ftfile.c11
-rw-r--r--net/flow-tools/files/patch-ftfile.c11
2 files changed, 22 insertions, 0 deletions
diff --git a/net-mgmt/flow-tools/files/patch-ftfile.c b/net-mgmt/flow-tools/files/patch-ftfile.c
new file mode 100644
index 000000000000..d9863d07eda6
--- /dev/null
+++ b/net-mgmt/flow-tools/files/patch-ftfile.c
@@ -0,0 +1,11 @@
+--- lib/ftfile.c Tue Apr 24 14:07:18 2001
++++ lib/ftfile.c Tue Apr 16 16:52:49 2002
+@@ -449,7 +449,7 @@
+ } else if (nest == -2) {
+ sprintf(dbuf, "%2.2d-%2.2d/%2.2d-%2.2d-%2.2d/",
+ (int)tm->tm_year+1900, (int)tm->tm_mon+1,
+- (int)tm->tm_year+1900, (int)tm->tm_mon+1, (int)tm->tm_mon+1);
++ (int)tm->tm_year+1900, (int)tm->tm_mon+1, (int)tm->tm_mday);
+ } else if (nest == -1) {
+ sprintf(dbuf, "%2.2d/%2.2d-%2.2d/%2.2d-%2.2d-%2.2d/",
+ (int)tm->tm_year+1900,
diff --git a/net/flow-tools/files/patch-ftfile.c b/net/flow-tools/files/patch-ftfile.c
new file mode 100644
index 000000000000..d9863d07eda6
--- /dev/null
+++ b/net/flow-tools/files/patch-ftfile.c
@@ -0,0 +1,11 @@
+--- lib/ftfile.c Tue Apr 24 14:07:18 2001
++++ lib/ftfile.c Tue Apr 16 16:52:49 2002
+@@ -449,7 +449,7 @@
+ } else if (nest == -2) {
+ sprintf(dbuf, "%2.2d-%2.2d/%2.2d-%2.2d-%2.2d/",
+ (int)tm->tm_year+1900, (int)tm->tm_mon+1,
+- (int)tm->tm_year+1900, (int)tm->tm_mon+1, (int)tm->tm_mon+1);
++ (int)tm->tm_year+1900, (int)tm->tm_mon+1, (int)tm->tm_mday);
+ } else if (nest == -1) {
+ sprintf(dbuf, "%2.2d/%2.2d-%2.2d/%2.2d-%2.2d-%2.2d/",
+ (int)tm->tm_year+1900,