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>
12 lines
359 B
Plaintext
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
|
|
|