Home
last modified time | relevance | path

Searched hist:b6dc41baf1d20dddc8768ee8ed6f3d156ba7909a (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/rpc.lockd/
H A Dlockd_lock.cdiff b6dc41baf1d20dddc8768ee8ed6f3d156ba7909a Sun Nov 18 06:08:19 CET 2001 Alfred Perlstein <alfred@FreeBSD.org> Cleanup.

use LIST_FOREACH,

add prototypes (functions should be made static probably),

change DEBUG=1 to LOCKD_DEBUG,

K&R function instantiation for functions with long args lists,

Move comments about functions from within to above the function,

Simplified some if/else logic and reduced nested blocks.

parens around 'return' argument (return FOO -> return (FOO))
diff b6dc41baf1d20dddc8768ee8ed6f3d156ba7909a Sun Nov 18 06:08:19 CET 2001 Alfred Perlstein <alfred@FreeBSD.org> Cleanup.

use LIST_FOREACH,

add prototypes (functions should be made static probably),

change DEBUG=1 to LOCKD_DEBUG,

K&R function instantiation for functions with long args lists,

Move comments about functions from within to above the function,

Simplified some if/else logic and reduced nested blocks.

parens around 'return' argument (return FOO -> return (FOO))