Subject: CVS commit: src/distrib/utils/sysinst
To: None <source-changes@NetBSD.org>
From: David Laight <dsl@netbsd.org>
List: source-changes
Date: 07/18/2003 09:43:01
Module Name:	src
Committed By:	dsl
Date:		Fri Jul 18 09:43:00 UTC 2003

Modified Files:
	src/distrib/utils/sysinst: net.c

Log Message:
Pull local data here and make it static.
Remove one or two fixed length strings (use malloc etc instead).
Change a lot of 'if (strlen(x) == 0)' to 'if (x[0] === 0)'.
Let user skip network config if any non-loopback interfaces are UP.
Always free() buffer allocated by collect(), could be a massive leak.
Whitespace changes.


To generate a diff of this commit:
cvs rdiff -r1.86 -r1.87 src/distrib/utils/sysinst/net.c

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