minix/servers/mfs
Thomas Veerman 6bbcab3ec4 Clean up MFS a bit:
- Remove unused includes.
 - Add include guards to headers.
 - Use unsigned variables in case they're never going to hold a negative
   value. This causes GCC's complaints to disappear and should make flexelint
   a lot happier, too.
 - Make functions private when they're used only within a module.
 - Remove unused variables.
 - Add casts where appropriate.
2010-06-01 12:35:33 +00:00
..
buf.h Clean up MFS a bit: 2010-06-01 12:35:33 +00:00
cache.c Clean up MFS a bit: 2010-06-01 12:35:33 +00:00
const.h Clean up MFS a bit: 2010-06-01 12:35:33 +00:00
device.c Clean up MFS a bit: 2010-06-01 12:35:33 +00:00
drivers.h Clean up MFS a bit: 2010-06-01 12:35:33 +00:00
fs.h Clean up MFS a bit: 2010-06-01 12:35:33 +00:00
glo.h Clean up MFS a bit: 2010-06-01 12:35:33 +00:00
inode.c Clean up MFS a bit: 2010-06-01 12:35:33 +00:00
inode.h Clean up MFS a bit: 2010-06-01 12:35:33 +00:00
link.c Clean up MFS a bit: 2010-06-01 12:35:33 +00:00
main.c Clean up MFS a bit: 2010-06-01 12:35:33 +00:00
Makefile GCC build fixes/updates 2010-05-26 18:45:55 +00:00
misc.c Clean up MFS a bit: 2010-06-01 12:35:33 +00:00
mount.c Clean up MFS a bit: 2010-06-01 12:35:33 +00:00
open.c Clean up MFS a bit: 2010-06-01 12:35:33 +00:00
path.c Clean up MFS a bit: 2010-06-01 12:35:33 +00:00
pipe.c - Introduce support for sticky bit. 2009-12-20 20:27:14 +00:00
protect.c Clean up MFS a bit: 2010-06-01 12:35:33 +00:00
proto.h Clean up MFS a bit: 2010-06-01 12:35:33 +00:00
read.c Clean up MFS a bit: 2010-06-01 12:35:33 +00:00
stadir.c Clean up MFS a bit: 2010-06-01 12:35:33 +00:00
super.c Clean up MFS a bit: 2010-06-01 12:35:33 +00:00
super.h Clean up MFS a bit: 2010-06-01 12:35:33 +00:00
table.c Clean up MFS a bit: 2010-06-01 12:35:33 +00:00
time.c Clean up MFS a bit: 2010-06-01 12:35:33 +00:00
type.h Clean up MFS a bit: 2010-06-01 12:35:33 +00:00
utility.c Clean up MFS a bit: 2010-06-01 12:35:33 +00:00
write.c Clean up MFS a bit: 2010-06-01 12:35:33 +00:00