From owner-cvs-src@FreeBSD.ORG Tue Jul 8 02:03:24 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93AEF37B401; Tue, 8 Jul 2003 02:03:24 -0700 (PDT) Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 715AB43FB1; Tue, 8 Jul 2003 02:03:22 -0700 (PDT) (envelope-from bde@zeta.org.au) Received: from katana.zip.com.au (katana.zip.com.au [61.8.7.246]) by mailman.zeta.org.au (8.9.3p2/8.8.7) with ESMTP id TAA18430; Tue, 8 Jul 2003 19:03:15 +1000 Date: Tue, 8 Jul 2003 19:03:14 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: Garance A Drosihn In-Reply-To: Message-ID: <20030708190219.B10890@gamplex.bde.org> References: <200307061244.h66CiBqg079835@repoman.freebsd.org> <20030707003216.GI72093@elvis.mu.org> <20030707200516.E7247@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: Alfred Perlstein cc: src-committers@FreeBSD.org cc: Philippe Charnier Subject: Re: cvs commit: src/usr.sbin/lpr/lpd lpd.c ... X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2003 09:03:25 -0000 On Mon, 7 Jul 2003, Garance A Drosihn wrote: > At 8:15 PM +1000 7/7/03, Bruce Evans wrote: > >On Sun, 6 Jul 2003, Garance A Drosihn wrote: > > > >> [ ignoring that question for the moment, why would I want > >> to define __FBSDID as 'struct __hack'? ] > > > >You would have to define it as something non-null (if you didn't > >remove it), since defining it to null would give a syntax error > >for the ";" following it (if you didn't remove this instead). > > Ah. Hmm. I notice that in sys/cdefs.h we do use 'struct __hack' > for __FBSDID, but not for the do-nothing versions of __RCSID, > __SCCSID, __COPYRIGHT, etc. Excellent. This shows that these bogus macros were not meant to be used :-). Bruce