From owner-cvs-usrsbin Tue Jul 29 08:57:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id IAA24520 for cvs-usrsbin-outgoing; Tue, 29 Jul 1997 08:57:38 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA24514; Tue, 29 Jul 1997 08:57:35 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id BAA07748; Wed, 30 Jul 1997 01:56:47 +1000 Date: Wed, 30 Jul 1997 01:56:47 +1000 From: Bruce Evans Message-Id: <199707291556.BAA07748@godzilla.zeta.org.au> To: bde@zeta.org.au, imp@village.org 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 Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >: `#if __STDC__' was correct. `if __STDC__ == 1' would have been >: more correct. If __STDC__ is defined as anything other than 1, then >: nonstandardness is guaranteed. > >This change was made to reduce the number of diffs between FreeBSD's >lpr/lpd and OpenBSD's. Since I do a lot of time merging changes >between the two, gratuitous differences make my life harder when I run >diffs. I plan on making some minor changes to OpenBSD's lpr/lpd so >that the sizeof() stuff is at least consistant between the two. I think you changed __STDC__'s and trailing whitespace in the wrong tree :-). (The trailing whitespace changes continue to give gratuitous differences :-(.). Bruce