Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 1997 01:56:47 +1000
From:      Bruce Evans <bde@zeta.org.au>
To:        bde@zeta.org.au, imp@village.org
Cc:        cvs-all@FreeBSD.ORG, cvs-committers@FreeBSD.ORG, cvs-usrsbin@FreeBSD.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
Message-ID:  <199707291556.BAA07748@godzilla.zeta.org.au>

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

>: `#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



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