From 68444b9f0c74e94d219fa40bb4109b4aa2fdd43b Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Fri, 22 Feb 2008 22:24:48 +0000 Subject: lpr and lpq applets by Walter Harms. text data bss dec hex filename 392 0 0 392 188 lpq.o 1378 0 0 1378 562 lpr.o 142 0 0 142 8e parse_prt.o --- libbb/xfuncs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbb/xfuncs.c') diff --git a/libbb/xfuncs.c b/libbb/xfuncs.c index b4c059f20..17760a3c3 100644 --- a/libbb/xfuncs.c +++ b/libbb/xfuncs.c @@ -76,7 +76,7 @@ char * xstrdup(const char *s) // Die if we can't allocate n+1 bytes (space for the null terminator) and copy // the (possibly truncated to length n) string into it. -char * xstrndup(const char *s, int n) +char *xstrndup(const char *s, int n) { int m; char *t; -- cgit v1.2.3