From owner-cvs-all Mon Feb 1 16:15:55 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA11235 for cvs-all-outgoing; Mon, 1 Feb 1999 16:15:55 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from ns11.rim.or.jp (ns11.rim.or.jp [202.247.130.230]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA11211; Mon, 1 Feb 1999 16:15:44 -0800 (PST) (envelope-from masafumi@aslm.rim.or.jp) Received: from rayearth.rim.or.jp (rayearth.rim.or.jp [202.247.130.242]) by ns11.rim.or.jp (8.8.5/3.5Wpl2-ns11/RIMNET-2) with ESMTP id JAA25986; Tue, 2 Feb 1999 09:15:40 +0900 (JST) Received: (from uucp@localhost) by rayearth.rim.or.jp (8.8.8/3.5Wpl2-uucp1/RIMNET) with UUCP id JAA19039; Tue, 2 Feb 1999 09:15:40 +0900 (JST) Received: from localhost (localhost [127.0.0.1]) by mail.aslm.rim.or.jp (8.9.2/3.5Wpl3-SMTP) with ESMTP id JAA98952; Tue, 2 Feb 1999 09:06:43 +0900 (JST) To: wollman@FreeBSD.ORG Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Cc: max@wide.ad.jp Subject: Re: cvs commit: src/usr.sbin/lpr/lpr lpr.c From: Masafumi =?iso-2022-jp?B?TkFLQU5FLxskQkNmOiwybUo4GyhC?= 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> X-Mailer: Mew version 1.93 on Emacs 20.3 / Mule 4.0 (HANANOEN) X-PGP-Fingerprint: 00 D8 2C CA C7 75 D4 40 5C 34 39 BA A5 46 C0 CC Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <19990202090642C.masafumi@aslm.rim.or.jp> Date: Tue, 02 Feb 1999 09:06:42 +0900 X-Dispatcher: imput version 980905(IM100) Lines: 24 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk > 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