mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
854635b423
PR: 9594 Submitted by: Seigou Tanimura <tanimura@naklab.dnj.ynu.ac.jp>
17 lines
386 B
Plaintext
17 lines
386 B
Plaintext
--- src/lib/OS/string.c.orig Tue Jul 14 02:54:03 1992
|
|
+++ src/lib/OS/string.c Sun Jan 17 17:48:19 1999
|
|
@@ -31,11 +31,13 @@
|
|
*/
|
|
|
|
extern "C" {
|
|
+#ifndef __FreeBSD__
|
|
#ifndef tolower
|
|
extern int tolower(int);
|
|
#endif
|
|
#ifndef toupper
|
|
extern int toupper(int);
|
|
+#endif
|
|
#endif
|
|
extern long int strtol(const char*, char**, int);
|
|
extern double strtod(const char*, char**);
|