xfreopen: fix typo: s/frepoen/freopen/
[gnulib/ericb.git] / modules / same
blob6401dfba6d4ffaad0558db46c1f959a20cf71882
1 Description:
2 Determine whether two file names refer to the same directory entry of the same
3 directory.
5 Files:
6 lib/same.h
7 lib/same.c
8 m4/same.m4
10 Depends-on:
11 error
12 dirname
13 same-inode
14 stat
15 stdbool
16 memcmp
18 configure.ac:
19 gl_SAME
21 Makefile.am:
22 lib_SOURCES += same.c
24 Include:
25 "same.h"
27 License:
28 GPL
30 Maintainer:
31 Jim Meyering