diff options
Diffstat (limited to 'gl/modules/ino-map')
-rw-r--r-- | gl/modules/ino-map | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gl/modules/ino-map b/gl/modules/ino-map new file mode 100644 index 000000000..06ee51d5b --- /dev/null +++ b/gl/modules/ino-map @@ -0,0 +1,24 @@ +Description: +maintain a mapping of ino_t numbers to small integers + +Files: +lib/ino-map.c +lib/ino-map.h + +Depends-on: +hash +verify + +configure.ac: + +Makefile.am: +lib_SOURCES += ino-map.c ino-map.h + +Include: +"ino-map.h" + +License +GPL + +Maintainer: +Jim Meyering |