Date: Tue, 02 Feb 1999 09:06:42 +0900 From: Masafumi =?iso-2022-jp?B?TkFLQU5FLxskQkNmOiwybUo4GyhC?= <max@wide.ad.jp> To: wollman@FreeBSD.ORG Cc: max@wide.ad.jp Subject: Re: cvs commit: src/usr.sbin/lpr/lpr lpr.c Message-ID: <19990202090642C.masafumi@aslm.rim.or.jp> In-Reply-To: Your message of "Mon, 1 Feb 1999 11:53:09 -0800 (PST)" <199902011953.LAA84468@freefall.freebsd.org> References: <199902011953.LAA84468@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> wollman 1999/02/01 11:53:09 PST
> Modified files:
> usr.sbin/lpr/lpr lpr.c
> Log:
> Observe -U flag again, and use it in preference to getlogin(), if
> the user is privileged.
This seems to have broken lpr:
======================================================================
cc -O -pipe -I/usr/src/usr.sbin/lpr/lpr/../common_source -Wall
-Wnested-externs -Wmissing-prototypes -Wno-unused -Wredundant-decls
-Wstrict-prototypes -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
Stop.
======================================================================
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990202090642C.masafumi>
