| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |
From: cfields@MIT.EDU Date: Mon, 1 Aug 1994 16:26:31 +0500 To: testers@MIT.EDU This problem is caused by the following recent change to rcsfnms.c: > #ifdef SOLARIS > if (getcwd(pathbuf)==NULL) > #else > if (getwd(pathbuf)==NULL) > #endif This is wrong; getcwd takes two arguments. Let's hear it for function prototypes. The fix for this will hopefully go out to the release soon.
| home | help | back | first | fref | pref | prev | next | nref | lref | last | post |