busybox/util-linux/e2p
2005-04-22 02:33:37 +00:00
..
e2p.h import lsattr and chattr from e2fsprogs 2005-04-22 02:33:37 +00:00
feature.c import lsattr and chattr from e2fsprogs 2005-04-22 02:33:37 +00:00
fgetflags.c import lsattr and chattr from e2fsprogs 2005-04-22 02:33:37 +00:00
fgetversion.c import lsattr and chattr from e2fsprogs 2005-04-22 02:33:37 +00:00
fsetflags.c import lsattr and chattr from e2fsprogs 2005-04-22 02:33:37 +00:00
fsetversion.c import lsattr and chattr from e2fsprogs 2005-04-22 02:33:37 +00:00
getflags.c import lsattr and chattr from e2fsprogs 2005-04-22 02:33:37 +00:00
getversion.c import lsattr and chattr from e2fsprogs 2005-04-22 02:33:37 +00:00
hashstr.c import lsattr and chattr from e2fsprogs 2005-04-22 02:33:37 +00:00
iod.c import lsattr and chattr from e2fsprogs 2005-04-22 02:33:37 +00:00
ls.c import lsattr and chattr from e2fsprogs 2005-04-22 02:33:37 +00:00
mntopts.c import lsattr and chattr from e2fsprogs 2005-04-22 02:33:37 +00:00
ostype.c import lsattr and chattr from e2fsprogs 2005-04-22 02:33:37 +00:00
parse_num.c import lsattr and chattr from e2fsprogs 2005-04-22 02:33:37 +00:00
pe.c import lsattr and chattr from e2fsprogs 2005-04-22 02:33:37 +00:00
pf.c import lsattr and chattr from e2fsprogs 2005-04-22 02:33:37 +00:00
ps.c import lsattr and chattr from e2fsprogs 2005-04-22 02:33:37 +00:00
README import lsattr and chattr from e2fsprogs 2005-04-22 02:33:37 +00:00
setflags.c import lsattr and chattr from e2fsprogs 2005-04-22 02:33:37 +00:00
setversion.c import lsattr and chattr from e2fsprogs 2005-04-22 02:33:37 +00:00
uuid.c import lsattr and chattr from e2fsprogs 2005-04-22 02:33:37 +00:00

 ------
 ABOUT:
 ------

This is a straight rip from the e2fsprogs pkg.

These files are used to support other misc progs ripped out of e2fsprogs 
and included in busybox.

 -------
 UPDATE:
 -------

Simply copy the 'e2p' dir from e2fsprogs/lib/ and then delete the extra 
files we don't need (Makefile.in, e2p.pc.in, etc...).  Update the e2p.h 
file to look for "../ext2_fs.h" instead of <ext2fs/ext2_fs.h>.  Finally, 
remove the _LARGEFILE* define's from the few source files that use it 
since we'll be appending it ourselves to CFLAGS when we compile.

 ------
 STAMP:
 ------

Last ripped from the e2fsprogs-1.37 release.