Subject: CVS commit: src/regress/lib/libc/stdlib/getopt
To: None <source-changes@NetBSD.org>
From: Brian Ginsbach <ginsbach@netbsd.org>
List: source-changes
Date: 11/16/2006 21:34:53
Module Name: src
Committed By: ginsbach
Date: Thu Nov 16 21:34:53 UTC 2006
Modified Files:
src/regress/lib/libc/stdlib/getopt: getopt.c
Log Message:
- print lineno as the line number in error rather than line
- use errx(3) instead of err(3) since errno is not set; all the calls are
for input parse errors which don't set errno
To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/regress/lib/libc/stdlib/getopt/getopt.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.