K 10 svn:author V 3 bde K 8 svn:date V 27 1995-08-17T11:53:51.000000Z K 7 svn:log V 266 The `cred' and `proc' args were missing for some VOP_OPEN() and VOP_CLOSE() calls. Found by: gcc -Wstrict-prototypes after I supplied some of the 5000+ missing prototypes. Now I have 9000+ lines of warnings and errors about bogus conversions of function pointers. END