busybox/e2fsprogs/e2p
2005-05-07 07:14:41 +00:00
..
e2p.h patch by Tito which unifies common get/set functions into 1 get/set function and cuts down on the size used significantly :) 2005-05-07 07:14:41 +00:00
feature.c add new subdir for e2fsprogs 2005-04-24 05:07:59 +00:00
fgetsetflags.c patch by Tito which unifies common get/set functions into 1 get/set function and cuts down on the size used significantly :) 2005-05-07 07:14:41 +00:00
fgetsetversion.c patch by Tito which unifies common get/set functions into 1 get/set function and cuts down on the size used significantly :) 2005-05-07 07:14:41 +00:00
fsetversion.c add new subdir for e2fsprogs 2005-04-24 05:07:59 +00:00
getflags.c add new subdir for e2fsprogs 2005-04-24 05:07:59 +00:00
getversion.c add new subdir for e2fsprogs 2005-04-24 05:07:59 +00:00
hashstr.c add new subdir for e2fsprogs 2005-04-24 05:07:59 +00:00
iod.c add new subdir for e2fsprogs 2005-04-24 05:07:59 +00:00
ls.c add new subdir for e2fsprogs 2005-04-24 05:07:59 +00:00
mntopts.c add new subdir for e2fsprogs 2005-04-24 05:07:59 +00:00
ostype.c add new subdir for e2fsprogs 2005-04-24 05:07:59 +00:00
parse_num.c add new subdir for e2fsprogs 2005-04-24 05:07:59 +00:00
pe.c add new subdir for e2fsprogs 2005-04-24 05:07:59 +00:00
pf.c add new subdir for e2fsprogs 2005-04-24 05:07:59 +00:00
ps.c add new subdir for e2fsprogs 2005-04-24 05:07:59 +00:00
README add new subdir for e2fsprogs 2005-04-24 05:07:59 +00:00
setflags.c add new subdir for e2fsprogs 2005-04-24 05:07:59 +00:00
setversion.c add new subdir for e2fsprogs 2005-04-24 05:07:59 +00:00
uuid.c add new subdir for e2fsprogs 2005-04-24 05:07:59 +00:00

Simply copy the 'e2p' dir from e2fsprogs/lib/ and then delete the extra 
files we don't need (Makefile.in, e2p.pc.in, etc...).  Remove all of the 
_LARGEFILE* define's from the few source files that use it since we'll be 
appending it ourselves to CFLAGS when we compile.  All done ! :)