Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 12/05/1999 14:18:41
Module Name:	basesrc
Committed By:	jdolecek
Date:		Sun Dec  5 22:18:40 UTC 1999

Modified Files:
	basesrc/usr.sbin/lpr/pac: pac.c

Log Message:
Change the formatting of output so that entries with host:user longer than
24 characters would be displayed correctly.
Fixes bin/8880 by Brian Stark <bstark@uswest.net>.

While here, convert code to use getopt(3) and do some const poisoning.
Also g/c variables uid and euid, they are no longer needed after
the split of ../common_source/common.c


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 basesrc/usr.sbin/lpr/pac/pac.c

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