Subject: CVS commit: src/usr.bin/tftp
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 10/10/2004 22:15:34
Module Name:	src
Committed By:	he
Date:		Sun Oct 10 22:15:34 UTC 2004

Modified Files:
	src/usr.bin/tftp: tftp.c

Log Message:
Move declaration of local variables to start of function instead of
inside a block after code.  Fixes build problem for vax, which still
uses gcc 2.95.3.


To generate a diff of this commit:
cvs rdiff -r1.19 -r1.20 src/usr.bin/tftp/tftp.c

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