Subject: CVS commit: src/sys/arch/shark/stand/ofwboot
To: None <source-changes@NetBSD.org>
From: Valeriy E. Ushakov <uwe@netbsd.org>
List: source-changes
Date: 01/27/2006 01:03:10
Module Name:	src
Committed By:	uwe
Date:		Fri Jan 27 01:03:10 UTC 2006

Modified Files:
	src/sys/arch/shark/stand/ofwboot: alloc.c

Log Message:
Pacify gcc -Wuninitialized.

Use NULL instread of (struct fl *)0 - especically as this file doesn't
define struct fl.

XXX: there are more references in the comments to the struct fl
inherited from libsa/alloc.c.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/arch/shark/stand/ofwboot/alloc.c

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