K 10 svn:author V 3 mux K 8 svn:date V 27 2002-08-11T11:32:02.000000Z K 7 svn:log V 166 The kldload() system call doesn't return 0 when it succeeded, so compare the return value against -1 to see if it failed instead of simply doing if (kldload("nfs")). END