X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fsame;h=b17d7356db78df96f7e08e3cd6b900a3ae22c4e1;hb=0a3f7af426469ab51370585e1a3afba66ff24b57;hp=ab82cb9847308fe99f2287dac16c4e3b5c2186e6;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/same b/modules/same index ab82cb984..b17d7356d 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 @@ -9,13 +11,20 @@ Depends-on: xalloc error dirname +same-inode +stdbool +memcmp configure.ac: gl_SAME Makefile.am: -lib_SOURCES += same.h same.c Include: "same.h" +License: +GPL + +Maintainer: +Jim Meyering