K 10 svn:author V 3 bde K 8 svn:date V 27 1995-09-19T13:31:04.000000Z K 7 svn:log V 469 Generate prototypes for syscall-implementing functions. Put them in and use them (so far only) in kern/init_sysent.c. Don't put $Id in generated files. kern/syscalls.master: I had to add some new fields to describe some non-orthogonal names. E.g., the args struct for the syscall-implementing function foo() is usually named `foo_args', but for getpid() it is named `args'. sys/sysent.h: sy_call_t is still incomplete to hide a couple of warnings. END