btrfs-progs: move arg_strtou64 to a separate file for library
authorDavid Sterba <dsterba@suse.cz>
Fri, 11 Apr 2014 11:22:50 +0000 (13:22 +0200)
committerDavid Sterba <dsterba@suse.cz>
Fri, 2 May 2014 15:04:28 +0000 (17:04 +0200)
commitaa46922c09159d8315a35b81cacf30dcfb9243a5
tree0358e828aa52ec0681dc012a05a0791388c99293
parentff58a897eaf7100d85179ce0d976897554455c36
btrfs-progs: move arg_strtou64 to a separate file for library

Linking with libbtrfs fails because arg_strtou64 is not defined and we
cannot just add utils.o to library objects because it's not
library-clean.

Reported-by: Arvin Schnell <aschnell@suse.com>
Reported-by: Anton Farygin <rider@altlinux.org>
Signed-off-by: David Sterba <dsterba@suse.cz>
Makefile
utils-lib.c [new file with mode: 0644]
utils.c