Subject: CVS commit: src/dist/pppd/chat
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 03/25/2006 21:56:29
Module Name:	src
Committed By:	he
Date:		Sat Mar 25 21:56:29 UTC 2006

Modified Files:
	src/dist/pppd/chat: chat.c

Log Message:
Fix previous correctly.  The "quiet" variable was not local.
Instead, the problem was declarations which followed a non-declaration
statement, which gcc 2.95 doesn't like, so reshuffle the order.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/dist/pppd/chat/chat.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.