X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fsame;h=b17d7356db78df96f7e08e3cd6b900a3ae22c4e1;hb=883b9007b919bce1c06e030c28220aeee2a825fc;hp=37ef600c0145cbdf4a5d9d404f9b5255aca9d3ab;hpb=5143f4e91f44130093914be7cf05873c7d8a4369;p=gnulib.git diff --git a/modules/same b/modules/same index 37ef600c0..b17d7356d 100644 --- a/modules/same +++ b/modules/same @@ -1,5 +1,5 @@ Description: -Determine whether two pathnames refer to the same directory entry of the same +Determine whether two file names refer to the same directory entry of the same directory. Files: @@ -11,13 +11,14 @@ Depends-on: xalloc error dirname +same-inode stdbool +memcmp configure.ac: gl_SAME Makefile.am: -lib_SOURCES += same.h same.c Include: "same.h" @@ -27,4 +28,3 @@ GPL Maintainer: Jim Meyering -