From 7d6af77804adc069a83e8566250f868a6cb9786e Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 29 Sep 2015 05:09:46 -0500 Subject: Make defconfig build for nommu. Adds XVFORK() macro, teaches xpopen_both() to call /proc/self/exe with NULL argv (and converts cpio -p to use that), adds TOYBOX_FORK guards to some unconverted commands. --- scripts/config2help.c | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/config2help.c') diff --git a/scripts/config2help.c b/scripts/config2help.c index 2ed189aa..f3bb8c3f 100644 --- a/scripts/config2help.c +++ b/scripts/config2help.c @@ -5,6 +5,7 @@ struct toy_context toys; char libbuf[4096], toybuf[4096]; void show_help(FILE *out) {;} void toy_exec(char *argv[]) {;} +void toy_init(struct toy_list *which, char *argv[]) {;} // Parse config files into data structures. -- cgit v1.2.3