Subject: CVS commit: basesrc/lib/libc/stdlib
To: None <source-changes@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: source-changes
Date: 06/14/2002 00:18:51
Module Name:	basesrc
Committed By:	wiz
Date:		Thu Jun 13 21:18:51 UTC 2002

Modified Files:
	basesrc/lib/libc/stdlib: getopt.c

Log Message:
According to POSIX, "-" (the string) is an exception and should not
be parsed as option. Restore behaviour broken by previous commit.
Mirrors second part of patch from lib/17248.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 basesrc/lib/libc/stdlib/getopt.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.