]> git.ipfire.org Git - thirdparty/mdadm.git/commit - Makefile
Split some of util.c into a new lib.c
authorNeilBrown <neilb@suse.de>
Mon, 4 Apr 2011 22:44:54 +0000 (08:44 +1000)
committerNeilBrown <neilb@suse.de>
Mon, 4 Apr 2011 22:44:54 +0000 (08:44 +1000)
commit78c0a3b17fcf6972bfcd10f02a5f4520117281d0
tree74f3ade162452caac6b3b3dd8230063809207892
parent32367cb5588be10b25c11a69795d18b9af9d2f8c
Split some of util.c into a new lib.c

Some of util.c is dependent on lots of other code, some of it
is stand-alone.
Move some of the stand-alone stuff into a new lib.c so it can be used
by smaller utilities.

Signed-off-by: NeilBrown <neilb@suse.de>
Makefile
config.c
lib.c [new file with mode: 0644]
util.c