]> Zhao Yanbai Git Server - minix.git/commit
Fixed a number of complaints about missing return statements.
authorKees van Reeuwijk <reeuwijk@few.vu.nl>
Thu, 28 Jan 2010 13:17:07 +0000 (13:17 +0000)
committerKees van Reeuwijk <reeuwijk@few.vu.nl>
Thu, 28 Jan 2010 13:17:07 +0000 (13:17 +0000)
commit477b616fe864ff521451c213e452c564e8d5c1ee
tree328b13fc5937046f2ef7352f07b3c4134ccc345d
parent564e2a4368fd8ed545f615f8d3cdd85b0057b044
Fixed a number of complaints about missing return statements.
Some cases were fixed by declaring the function void, others were fixed
by adding a return <value> statement, thereby avoiding potentially
incorrect behavior (usually in error handling).
Some enum correctness in boot.c.
boot/boot.c
boot/mkfile.c
drivers/dec21140A/dec21140A.c
kernel/arch/i386/memory.c
kernel/proto.h
lib/ansi/ext_comp.c
servers/rs/manager.c
servers/vm/map_mem.c