From 9970538dee53c7732fb1baeaddf5d1bf58fcd704 Mon Sep 17 00:00:00 2001 From: ewt Date: Wed, 14 May 1997 18:33:00 +0000 Subject: [PATCH] Removed conflicting realpath() declaration. CVS patchset: 1621 CVS date: 1997/05/14 18:33:00 --- misc/miscfn.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/misc/miscfn.h b/misc/miscfn.h index a0831e7..7aa7d31 100644 --- a/misc/miscfn.h +++ b/misc/miscfn.h @@ -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 -- 2.7.4