Hi,

   4.0-current sources current as of 9pm EST. Is anyone else seeing
this problem?

   Version 1.28 (wollman) seems to have broken this... The relevant
pieces being:

+static char    *Uflag;         /* user name specified with -U flag */

+                       uflag = optarg;

   uflag = optarg;    looks like it should be Uflag.



Thanks,
John



===> usr.sbin/lpr/lpr
cc -nostdinc -O -pipe -I/usr/src/usr.sbin/lpr/lpr/../common_source -Wall 
-Wnested-externs -Wmissing-prototypes -Wno-unused -Wredundant-decls 
-Wstrict-prototypes   -I/usr/obj/usr/src/tmp/usr/include -c 
/usr/src/usr.sbin/lpr/lpr/lpr.c
/usr/src/usr.sbin/lpr/lpr/lpr.c: In function `main':
/usr/src/usr.sbin/lpr/lpr/lpr.c:192: `uflag' undeclared (first use this 
function)
/usr/src/usr.sbin/lpr/lpr/lpr.c:192: (Each undeclared identifier is reported 
only once
/usr/src/usr.sbin/lpr/lpr/lpr.c:192: for each function it appears in.)
*** Error code 1


To Unsubscribe: send mail to majord...@freebsd.org
with "unsubscribe freebsd-current" in the body of the message

Reply via email to