mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
a623d85bee
PR: 5431 Submitted by: ian@majesticnet.com
15 lines
507 B
Plaintext
15 lines
507 B
Plaintext
--- 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.
|