diff options
Diffstat (limited to 'finance/xquote/files/patch-aa')
-rw-r--r-- | finance/xquote/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/finance/xquote/files/patch-aa b/finance/xquote/files/patch-aa new file mode 100644 index 000000000000..73f1c1d9a65d --- /dev/null +++ b/finance/xquote/files/patch-aa @@ -0,0 +1,11 @@ +--- util.h.orig Tue Sep 23 01:50:46 1997 ++++ util.h Mon Nov 17 11:03:20 1997 +@@ -52,7 +52,7 @@ + int strncasecmp (char *, char *, int); + #endif + +-#if defined(__FreeBSD__) || defined (__sgi) ++#if defined (__sgi) + char *strptime ( char *, char *, struct tm *); + #endif + |