From owner-freebsd-current Mon Feb 1 19:08:01 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id TAA27369 for freebsd-current-outgoing; Mon, 1 Feb 1999 19:08:01 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from lamb.sas.com (lamb.sas.com [192.35.83.8]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id TAA27350 for ; Mon, 1 Feb 1999 19:07:58 -0800 (PST) (envelope-from jwd@unx.sas.com) Received: from mozart (mozart.unx.sas.com [192.58.184.8]) by lamb.sas.com (8.9.1/8.9.1) with SMTP id WAA06200 for ; Mon, 1 Feb 1999 22:07:54 -0500 (EST) Received: from bb01f39.unx.sas.com by mozart (5.65c/SAS/Domains/5-6-90) id AA16314; Mon, 1 Feb 1999 22:07:54 -0500 Received: (from jwd@localhost) by bb01f39.unx.sas.com (8.9.1/8.9.1) id WAA39720 for freebsd-current@freebsd.org; Mon, 1 Feb 1999 22:07:53 -0500 (EST) (envelope-from jwd) From: "John W. DeBoskey" Message-Id: <199902020307.WAA39720@bb01f39.unx.sas.com> Subject: Make world failure in lpr.c To: freebsd-current@FreeBSD.ORG Date: Mon, 1 Feb 1999 22:07:53 -0500 (EST) X-Mailer: ELM [version 2.4ME+ PL43 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message