Removed conflicting realpath() declaration.

CVS patchset: 1621
CVS date: 1997/05/14 18:33:00
This commit is contained in:
ewt 1997-05-14 18:33:00 +00:00
parent 3f88e268a6
commit 9970538dee
1 changed files with 0 additions and 4 deletions

View File

@ -15,10 +15,6 @@
#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