X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fsame;h=6401dfba6d4ffaad0558db46c1f959a20cf71882;hb=260e67ceada4f5a198c34a018e8eff4bf15b8a4a;hp=37ef600c0145cbdf4a5d9d404f9b5255aca9d3ab;hpb=5143f4e91f44130093914be7cf05873c7d8a4369;p=gnulib.git diff --git a/modules/same b/modules/same index 37ef600c0..6401dfba6 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: @@ -8,16 +8,18 @@ lib/same.c m4/same.m4 Depends-on: -xalloc error dirname +same-inode +stat stdbool +memcmp configure.ac: gl_SAME Makefile.am: -lib_SOURCES += same.h same.c +lib_SOURCES += same.c Include: "same.h" @@ -27,4 +29,3 @@ GPL Maintainer: Jim Meyering -