From owner-cvs-usrsbin Tue Jul 29 11:21:22 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id LAA04038 for cvs-usrsbin-outgoing; Tue, 29 Jul 1997 11:21:22 -0700 (PDT) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id LAA03984; Tue, 29 Jul 1997 11:20:28 -0700 (PDT) Received: from rover.village.org [127.0.0.1] by rover.village.org with esmtp (Exim 1.60 #1) id 0wtGsa-00072c-00; Tue, 29 Jul 1997 12:20:16 -0600 To: Bruce Evans Subject: Re: cvs commit: src/usr.sbin/lpr/common_source common.c displayq.c rmjob.c startdaemon.c src/usr.sbin/lpr/lpc cmds.c src/usr.sbin/lpr/lpd printjob.c recvjob.c src/usr.sbin/lpr/lpr lpr.c Cc: cvs-all@freebsd.org, cvs-committers@freebsd.org, cvs-usrsbin@freebsd.org In-reply-to: Your message of "Wed, 30 Jul 1997 01:56:47 +1000." <199707291556.BAA07748@godzilla.zeta.org.au> References: <199707291556.BAA07748@godzilla.zeta.org.au> Date: Tue, 29 Jul 1997 12:20:16 -0600 From: Warner Losh Message-Id: Sender: owner-cvs-usrsbin@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <199707291556.BAA07748@godzilla.zeta.org.au> Bruce Evans writes: : I think you changed __STDC__'s and trailing whitespace in the wrong : tree :-). (The trailing whitespace changes continue to give gratuitous : differences :-(.). I'll change the trailing white spaces back. Sorry about that. The __STDC__'s where changed to *ALL* be #ifdef __STDC__ in OpenBSD, so I couldn't change them there :-). Warner