cvs commit: src/lib/libc/stdlib Makefile.inc getopt_long.3 getopt_long.c

Joerg Sonnenberger joerg at britannica.bec.de
Sun Mar 13 12:18:47 PST 2005


On Sun, Mar 13, 2005 at 12:13:41PM -0800, Joerg Sonnenberger wrote:
> joerg       2005/03/13 12:13:41 PST
> 
> DragonFly src repository
> 
>   Modified files:
>     lib/libc/stdlib      Makefile.inc getopt_long.3 getopt_long.c 
>   Log:
>   Use getopt_long's getopt implementation.

In case someone is wondering, this adds a few bytes for the static programs,
but allows us to use the libc implementation for e.g. cvs, which depends on
the "reset" hack present in getopt_long.

Joerg





More information about the Commits mailing list