Subject: CVS commit: htdocs
To: None <www-changes@netbsd.org>
From: Mason Loring Bliss <mason@netbsd.org>
List: www-changes
Date: 06/03/2000 06:16:51
Module Name:	htdocs
Committed By:	mason
Date:		Sat Jun  3 13:16:50 UTC 2000

Modified Files:
	htdocs/People: mkdevht.c

Log Message:
Centralize some file-reading code.
Move towards style guidelines. ( while (1) -> for (;;) )
Do better checking for data file corruption. (Check field names.)
Use temp file for work, so we're not touching the real file in case
  we need to bail because of corruption.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 htdocs/People/mkdevht.c

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