X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fsame;h=a6fc64f9e9572cb61117e76a29b74438c441718b;hb=6948250861edce048d7bb3c6b47d13fa3649905e;hp=56295509687c918e4b5150b3e4b635899cb2c3fb;hpb=2e82f91f46dc3f93963b1e4fdcbc441c129df213;p=gnulib.git diff --git a/modules/same b/modules/same index 562955096..a6fc64f9e 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,21 @@ Depends-on: xalloc error dirname +same-inode +stat +stdbool +memcmp configure.ac: gl_SAME Makefile.am: -lib_SOURCES += same.h same.c Include: "same.h" +License: +GPL + +Maintainer: +Jim Meyering