CVSROOT: /cvs Module name: src Changes by: [email protected] 2008/12/23 19:43:52
Modified files:
sys/nfs : nfs_node.c nfs_serv.c nfs_socket.c
nfs_srvcache.c nfs_subs.c nfs_syscalls.c
nfs_vfsops.c nfs_vnops.c
Log message:
Replace the TRUE/FALSE defines with 1/0 respectively. This doesn't
hurt readability and it was just plain annoying seeing them defined
in every other .c file.
OK blambert@
