X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=modules%2Fsame;h=6401dfba6d4ffaad0558db46c1f959a20cf71882;hb=b94f2b3ac7049ef66bded4596431c453e3710209;hp=5587ba244a5e38f0ab2f6530b81d97c01beaa53d;hpb=32865888475678304ea91322b587eee043bb06ad;p=gnulib.git diff --git a/modules/same b/modules/same index 5587ba244..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,15 +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.c Include: "same.h"