OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: [patch] libc - missing headers and unused vars

From: Marc Espie (espienerim.net)
Date: Mon Oct 03 2005 - 00:41:22 CDT


On Sun, Oct 02, 2005 at 08:42:33PM -0400, Leonardo Chiquitto Filho wrote:
> Index: stdio/asprintf.c
> ===================================================================
> RCS file: /cvs/src/lib/libc/stdio/asprintf.c,v
> retrieving revision 1.14
> diff -u -r1.14 asprintf.c
> --- stdio/asprintf.c 8 Aug 2005 08:05:36 -0000 1.14
> +++ stdio/asprintf.c 1 Oct 2005 03:14:22 -0000
> -18,6 +18,7
>
> #include <stdio.h>
> #include <stdlib.h>
> +#include <string.h>
> #include <errno.h>
> #include <stdarg.h>
> #include "local.h"
...

what problem does this solve ?
All I see is that it makes libc take longer to compile.