1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11-toolkits/iv/files/patch-at
Steve Price 854635b423 Correct build on ELF and add maintainer.
PR:		9594
Submitted by:	Seigou Tanimura <tanimura@naklab.dnj.ynu.ac.jp>
1999-01-26 02:40:32 +00:00

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**);