Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 1999 22:07:53 -0500 (EST)
From:      "John W. DeBoskey" <jwd@unx.sas.com>
To:        freebsd-current@FreeBSD.ORG
Subject:   Make world failure in lpr.c
Message-ID:  <199902020307.WAA39720@bb01f39.unx.sas.com>

next in thread | raw e-mail | index | archive | help

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199902020307.WAA39720>