comparison modules/ino-map @ 14276:6b7046963230

di-set, ino-map: new modules, from coreutils * lib/di-set.c: New file. * lib/di-set.h: Likewise. * lib/ino-map.c: Likewise. * lib/ino-map.h: Likewise. * modules/di-set: Likewise. * modules/di-set-tests: Likewise. * modules/ino-map: Likewise. * modules/ino-map-tests: Likewise. * tests/test-di-set.c: Likewise. * tests/test-ino-map.c: Likewise.
author Jim Meyering <meyering@redhat.com>
date Mon, 07 Feb 2011 16:01:24 +0100
parents
children 39ebdfb411b2
comparison
equal deleted inserted replaced
14275:df2f4af88efc 14276:6b7046963230
1 Description:
2 maintain a mapping of ino_t numbers to small integers
3
4 Files:
5 lib/ino-map.c
6 lib/ino-map.h
7
8 Depends-on:
9 hash
10 verify
11
12 configure.ac:
13
14 Makefile.am:
15 lib_SOURCES += ino-map.c ino-map.h
16
17 Include:
18 "ino-map.h"
19
20 License
21 GPL
22
23 Maintainer:
24 Jim Meyering