summaryrefslogtreecommitdiff
path: root/finance/xquote/files/patch-ab
blob: a65cfac404fd4b76474f5ba24aad79a7d77a6431 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- 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.