K 10 svn:author V 8 swallace K 8 svn:date V 27 1995-10-08T00:06:22.000000Z K 7 svn:log V 497 Remove prototype definitions from . Prototypes are located in . Add appropriate #include to files that needed protos from systm.h. Add structure definitions to appropriate files that relied on sys/systm.h, right before system call definition, as in the rest of the kernel source. In kern_prot.c, instead of using the dummy structure "args", create individual dummy structures named _args. This makes life easier for prototype generation. END