X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=head.c;h=0c8ef3d5907b8f020b90a7780c964fe281c4e905;hb=044228d5ecb9b79397f9fc915d046cf4538281e2;hp=fac9ec659b2165ad6001170972092236c82b02c6;hpb=eba8ed71f08f334bc94ac8eeedcd998fcdd05897;p=oweals%2Fbusybox.git diff --git a/head.c b/head.c index fac9ec659..0c8ef3d59 100644 --- a/head.c +++ b/head.c @@ -29,7 +29,7 @@ #include #include "busybox.h" -int head(int len, FILE *fp) +static int head(int len, FILE *fp) { int i; char *input;