From owner-cvs-all Sat May 11 17:47:54 2002 Delivered-To: cvs-all@freebsd.org Received: from mailman.zeta.org.au (mailman.zeta.org.au [203.26.10.16]) by hub.freebsd.org (Postfix) with ESMTP id E5B1D37B405; Sat, 11 May 2002 17:47:47 -0700 (PDT) Received: from bde.zeta.org.au (bde.zeta.org.au [203.2.228.102]) by mailman.zeta.org.au (8.9.3/8.8.7) with ESMTP id KAA30650; Sun, 12 May 2002 10:47:46 +1000 Date: Sun, 12 May 2002 10:49:51 +1000 (EST) From: Bruce Evans X-X-Sender: bde@gamplex.bde.org To: "David O'Brien" Cc: Alfred Perlstein , , Subject: Re: cvs commit: src/usr.sbin/rpc.yppasswdd yppasswdd_server.c In-Reply-To: <20020511111210.A12326@dragon.nuxi.com> Message-ID: <20020512104257.F6902-100000@gamplex.bde.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 11 May 2002, David O'Brien wrote: > On Fri, May 10, 2002 at 08:54:21PM -0700, Alfred Perlstein wrote: > > alfred 2002/05/10 20:54:21 PDT > > > > Modified files: > > usr.sbin/rpc.yppasswdd yppasswdd_server.c > > Log: > > unbreak build: ditch multi-line string literals > > Is there some reason you went with an old K&R style "fix" rather than a > modern ANSI-C one? Perhaps to be compatible with the string-splitting style for all other split string literals in the file. The broken code clearly intended to use ISO standard backslash-newline, but was missing the backslash. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message