Subject: CVS commit: src/sbin/mount
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 01/31/2005 14:18:08
Module Name:	src
Committed By:	he
Date:		Mon Jan 31 14:18:08 UTC 2005

Modified Files:
	src/sbin/mount: mount.c

Log Message:
Move local variable declaration to variable declaration section at
top of function, and at least away from after active code within
a block.  Fixes build problem with gcc 2 (for vax).


To generate a diff of this commit:
cvs rdiff -r1.74 -r1.75 src/sbin/mount/mount.c

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