X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fsame;h=6401dfba6d4ffaad0558db46c1f959a20cf71882;hb=cd19e83484e2c0ff9fd68e7439dd97128c6a2703;hp=ab82cb9847308fe99f2287dac16c4e3b5c2186e6;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/same b/modules/same index ab82cb984..6401dfba6 100644 --- a/modules/same +++ b/modules/same @@ -1,4 +1,6 @@ Description: +Determine whether two file names refer to the same directory entry of the same +directory. Files: lib/same.h @@ -6,16 +8,24 @@ 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" +License: +GPL + +Maintainer: +Jim Meyering