Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 May 2002 10:49:51 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        "David O'Brien" <obrien@FreeBSD.org>
Cc:        Alfred Perlstein <alfred@FreeBSD.org>, <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: src/usr.sbin/rpc.yppasswdd yppasswdd_server.c
Message-ID:  <20020512104257.F6902-100000@gamplex.bde.org>
In-Reply-To: <20020511111210.A12326@dragon.nuxi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




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