mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-09-05 05:01:45 +00:00
* lib/getloadavg.c: Remove useless inclusion of "alloca.h". * lib/readtokens.c: Likewise. * lib/same.c: Likewise. * modules/getloadavg (Depends-on): Remove xalloc. * modules/readtokens: Likewise. * modules/same: Likewise.
31 lines
298 B
Plaintext
31 lines
298 B
Plaintext
Description:
|
|
Determine whether two file names refer to the same directory entry of the same
|
|
directory.
|
|
|
|
Files:
|
|
lib/same.h
|
|
lib/same.c
|
|
m4/same.m4
|
|
|
|
Depends-on:
|
|
error
|
|
dirname
|
|
same-inode
|
|
stat
|
|
stdbool
|
|
memcmp
|
|
|
|
configure.ac:
|
|
gl_SAME
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"same.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|