K 10 svn:author V 3 bde K 8 svn:date V 27 1995-08-25T20:03:02.000000Z K 7 svn:log V 314 Call nosys() from lkmnosys() with the correct number and type of args instead of with none. The first (struct proc *) arg is used if lkmnosys() if is actually called. Implement lkmnosys() with the correct number and type of args so that the first of them can be used and the others won't need to be fixed lated. END