From 6049e2ca2a32bf3cd895ac1279495d4bf61c638d Mon Sep 17 00:00:00 2001 From: Cameron Katri Date: Sun, 23 May 2021 11:50:48 -0400 Subject: shell_cmds: Fix compilation for lower targets --- shell_cmds/xargs/xargs.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell_cmds/xargs/xargs.c') diff --git a/shell_cmds/xargs/xargs.c b/shell_cmds/xargs/xargs.c index 1b71a6d..7865be3 100644 --- a/shell_cmds/xargs/xargs.c +++ b/shell_cmds/xargs/xargs.c @@ -75,6 +75,8 @@ __FBSDID("$FreeBSD$"); #define COMPAT_MODE(a,b) (1) #endif /* __APPLE__ */ +long long strtonum(const char*, long long, long long, const char**); + static void parse_input(int, char *[]); static void prerun(int, char *[]); static int prompt(void); -- cgit v1.2.3