看板 DFBSD_commit 關於我們 聯絡資訊
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