summaryrefslogtreecommitdiff
path: root/finance/xquote/files/patch-ab
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-09-14 22:58:51 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-09-14 22:58:51 +0000
commit0d24ce472965b1af574ee8eab914346a50d93ab0 (patch)
treefc04ac961d5044a7d4ac36140741f144e02c3080 /finance/xquote/files/patch-ab
parent(forced commit) This is the official index file for 3.3-release. (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_3_0'.release/3.3.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.