search for: e1eaf60

Displaying 1 result from an estimated 1 matches for "e1eaf60".

Did you mean: 51eafc0
2008 Jul 23
2
[RFC] klibc add minimal mntent.h
...e size difference: text data bss dec hex filename 1507 0 40 1547 60b /usr/lib/klibc/bin/mount 58526 2544 4552 65622 10056 ~/src/util-linux-ng/mount/mount diff --git a/usr/include/mntent.h b/usr/include/mntent.h new file mode 100644 index 0000000..e1eaf60 --- /dev/null +++ b/usr/include/mntent.h @@ -0,0 +1,18 @@ +#ifndef _MNTENT_H +#define _MNTENT_H 1 + +#define MNTTYPE_IGNORE "ignore" /* Ignore this entry. */ +#define MNTTYPE_SWAP "swap" /* Swap device. */ + +/* Structure describing a mount table entr...