summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorewt <devnull@localhost>1997-05-14 18:33:00 +0000
committerewt <devnull@localhost>1997-05-14 18:33:00 +0000
commit9970538dee53c7732fb1baeaddf5d1bf58fcd704 (patch)
tree6d4e99b89b6e08d25a70d83d95c48cb08631c2ce /misc
parent3f88e268a6664a945bd83309ea1a5d572ae266f5 (diff)
downloadlibrpm-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.h4
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