Files
Jim Meyering 0e0f8f12ec maint: remove useless inclusions of "alloca.h"
* 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.
2010-01-05 15:36:03 +01:00

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