diff options
author | Jim Meyering <meyering@redhat.com> | 2009-08-15 11:17:57 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2009-08-15 18:08:25 +0200 |
commit | 38805ea2e6a4cb1f4334428b90cb2cf22077bec8 (patch) | |
tree | 05fa09a2db3167c75a84b4d0ebc6c018c35969aa /src | |
parent | c05e147c0a3f4d923dbab2efb67848cd704bb7a7 (diff) | |
download | idutils-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ #include "xnls.h" #include "idfile.h" -#include "hash.h" +#include "idu-hash.h" #include "scanners.h" #include "iduglobal.h" |