summaryrefslogtreecommitdiff
path: root/finance/xquote/files/patch-ab
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-05-14 11:54:55 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-05-14 11:54:55 +0000
commitb919b8311bc5d38e5731d40525c88c54816f4530 (patch)
tree35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /finance/xquote/files/patch-ab
parentDespite what I said before, this is the official INDEX file for (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Diffstat (limited to 'finance/xquote/files/patch-ab')
-rw-r--r--finance/xquote/files/patch-ab14
1 files changed, 0 insertions, 14 deletions
diff --git a/finance/xquote/files/patch-ab b/finance/xquote/files/patch-ab
deleted file mode 100644
index a65cfac404fd..000000000000
--- a/finance/xquote/files/patch-ab
+++ /dev/null
@@ -1,14 +0,0 @@
---- util.c.orig Tue Sep 23 01:50:42 1997
-+++ util.c Mon Nov 17 11:06:50 1997
-@@ -239,9 +239,9 @@
- #endif
-
-
--#if defined(__FreeBSD__) || defined (NEED_STRPTIME)
-+#if defined (NEED_STRPTIME)
-
--/* Weird, FreeBSD and IRIX 5 don't have this, but do have strftime.
-+/* Weird, IRIX 5 doesn't have this, but do have strftime.
- ** This is a crippled implementation, only supporting the formats
- ** actually used in the rest of Xinvest. Note that the return _value_
- ** does not conform to the man page either.