mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-20 11:01:20 +03:00
* modules/dev-ino: New module. * modules/cycle-check: Depend on these modules, rather than simply including their .h files. (Makefile.am): Don't list cycle-check.[ch] here, now that they're required via m4/cycle-check.m4. * modules/same: Depend on new same-inode module, rather than including same-inode.h. * modules/chdir-safer: New file. * m4/dev-ino.m4, m4/same-inode.m4: New files.
23 lines
211 B
Plaintext
23 lines
211 B
Plaintext
Description:
|
|
declare a simple (device, inode) struct
|
|
|
|
Files:
|
|
lib/dev-ino.h
|
|
m4/dev-ino.m4
|
|
|
|
Depends-on:
|
|
|
|
configure.ac:
|
|
gl_STRUCT_DEV_INO
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
"dev-ino.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|