mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
a623d85bee
PR: 5431 Submitted by: ian@majesticnet.com
12 lines
270 B
Plaintext
12 lines
270 B
Plaintext
--- 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
|
|
|