Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 11/03/1999 01:12:17
Module Name:	syssrc
Committed By:	jdolecek
Date:		Wed Nov  3 09:12:17 UTC 1999

Modified Files:
	syssrc/sys/kern: kern_sysctl.c

Log Message:
proc_sysctl(): initialize ptmp to NULL - theoretically, ptmp might
be used uninitialized when name[0] != PROC_CURPROC and
proclists[0]->pd_list == NULL; actually, this can never happen
(proclists[0] == &allproc), but the compiler can not know this, so it
complains


To generate a diff of this commit:
cvs rdiff -r1.52 -r1.53 syssrc/sys/kern/kern_sysctl.c

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