K 10 svn:author V 3 bde K 8 svn:date V 27 2000-04-30T06:31:28.000000Z K 7 svn:log V 398 Removed superfluous forward declaration of struct klist. Forward declarations of structs for use in prototypes are only necessary if the struct is not otherwise declared in scope. Removed prototypes for fdissequential() and fdsequential(). These functions never existed in FreeBSD. Fixed most style bugs in FreeBSD changes (mainly disordered prototypes and prototypes without parameter names). END