openat: provide more convenience names
[pspp] / modules / same
index 37ef600c0145cbdf4a5d9d404f9b5255aca9d3ab..b17d7356db78df96f7e08e3cd6b900a3ae22c4e1 100644 (file)
@@ -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,14 @@ Depends-on:
 xalloc
 error
 dirname
+same-inode
 stdbool
+memcmp
 
 configure.ac:
 gl_SAME
 
 Makefile.am:
-lib_SOURCES += same.h same.c
 
 Include:
 "same.h"
@@ -27,4 +28,3 @@ GPL
 
 Maintainer:
 Jim Meyering
-