summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-08-15 11:17:57 +0200
committerJim Meyering <meyering@redhat.com>2009-08-15 18:08:25 +0200
commit38805ea2e6a4cb1f4334428b90cb2cf22077bec8 (patch)
tree05fa09a2db3167c75a84b4d0ebc6c018c35969aa /src
parentc05e147c0a3f4d923dbab2efb67848cd704bb7a7 (diff)
downloadidutils-38805ea2e6a4cb1f4334428b90cb2cf22077bec8.tar.gz
idutils-38805ea2e6a4cb1f4334428b90cb2cf22077bec8.tar.bz2
idutils-38805ea2e6a4cb1f4334428b90cb2cf22077bec8.zip
rename hash.? to idu-hash.? to avoid conflict with gnulib's hash.h
Now that gnulib's exclude module uses gnulib's hash module, which includes a hash.h file, idutils' use of a hash.h file conflicted. Rename the one here in idutils: * libidu/idu-hash.c: Rename from hash.c. * libidu/idu-hash.h: Rename from hash.h. * libidu/idfile.h: Reflect renaming. * libidu/idread.c: Likewise. * libidu/idwrite.c: Likewise. * src/mkid.c: Likewise. * libidu/Makefile.am: Likewise.
Diffstat (limited to 'src')
-rw-r--r--src/mkid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mkid.c b/src/mkid.c
index 7c3c524..0a64fa3 100644
--- a/src/mkid.c
+++ b/src/mkid.c
@@ -42,7 +42,7 @@
#include "xnls.h"
#include "idfile.h"
-#include "hash.h"
+#include "idu-hash.h"
#include "scanners.h"
#include "iduglobal.h"