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-ab
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

12 lines
359 B
Plaintext

--- src/bin/iclass/dialogs.c.orig Thu Sep 24 01:45:09 1992
+++ src/bin/iclass/dialogs.c Sun Jan 17 17:48:18 1999
@@ -45,7 +45,7 @@
#if !defined(AIXV3) && !defined(hpux) && !(defined(sun) && OSMajorVersion >= 5)
/* sigh, not all systems have this prototype */
extern "C" {
- char* getcwd(char*, int);
+ char* getcwd(char*, unsigned int);
}
#endif