Put 'void' in all function parameters for functions which take no parameters:
commit0526e493cd3bba0487c9dffd8976713bc9825ff1
authorJoshua Phillips <jp.sittingduck@gmail.com>
Thu, 4 Dec 2008 13:22:36 +0000 (4 13:22 +0000)
committerJoshua Phillips <jp.sittingduck@gmail.com>
Thu, 4 Dec 2008 13:22:36 +0000 (4 13:22 +0000)
treeaf31fc6336a79e4a61cfb065ad49f88d92ed82c2
parent27af45ed2323726fb9d9b39b295aa72b56d3effc
Put 'void' in all function parameters for functions which take no parameters:
this is because without this, the compiler doesn't even seem to notice
mismatched function pointer types!
Also returned nothing from kb_install - there was nothing to return.
include/critical.h
include/general.h
include/keyboard.h
kernel/critical.c
kernel/interrupt.c
kernel/keyboard.c
kernel/kmain.c
kernel/math.c