Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/shark/stand/ofwboot



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.




Home | Main Index | Thread Index | Old Index