diff options
author | ewt <devnull@localhost> | 1997-05-14 18:33:00 +0000 |
---|---|---|
committer | ewt <devnull@localhost> | 1997-05-14 18:33:00 +0000 |
commit | 9970538dee53c7732fb1baeaddf5d1bf58fcd704 (patch) | |
tree | 6d4e99b89b6e08d25a70d83d95c48cb08631c2ce /misc | |
parent | 3f88e268a6664a945bd83309ea1a5d572ae266f5 (diff) | |
download | librpm-tizen-9970538dee53c7732fb1baeaddf5d1bf58fcd704.tar.gz librpm-tizen-9970538dee53c7732fb1baeaddf5d1bf58fcd704.tar.bz2 librpm-tizen-9970538dee53c7732fb1baeaddf5d1bf58fcd704.zip |
Removed conflicting realpath() declaration.
CVS patchset: 1621
CVS date: 1997/05/14 18:33:00
Diffstat (limited to 'misc')
-rw-r--r-- | misc/miscfn.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/misc/miscfn.h b/misc/miscfn.h index a0831e715..7aa7d316c 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 |