summaryrefslogtreecommitdiff
path: root/rpmio/macro.c
diff options
context:
space:
mode:
Diffstat (limited to 'rpmio/macro.c')
-rw-r--r--rpmio/macro.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/rpmio/macro.c b/rpmio/macro.c
index 41727b676..706198b2f 100644
--- a/rpmio/macro.c
+++ b/rpmio/macro.c
@@ -1487,7 +1487,8 @@ rpmExpandNumeric(const char *arg)
return rc;
}
-const char *rpmCleanPath(char * path)
+/* XXX FIXME: ../sbin/./../bin/ */
+char *rpmCleanPath(char * path)
{
const char *s;
char *se, *t, *te;