Removed conflicting realpath() declaration.
authorewt <devnull@localhost>
Wed, 14 May 1997 18:33:00 +0000 (18:33 +0000)
committerewt <devnull@localhost>
Wed, 14 May 1997 18:33:00 +0000 (18:33 +0000)
CVS patchset: 1621
CVS date: 1997/05/14 18:33:00

misc/miscfn.h

index a0831e7..7aa7d31 100644 (file)
 #include "misc-glob.h"
 #endif
 
-#if ! HAVE_REALPATH
-char *realpath(char *path, char resolved_path[]);
-#endif
-
 #if ! HAVE_S_IFSOCK
 #define S_IFSOCK (0)
 #endif