From owner-cvs-sys Fri Aug 25 13:04:19 1995 Return-Path: cvs-sys-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id NAA28176 for cvs-sys-outgoing; Fri, 25 Aug 1995 13:04:19 -0700 Received: (from bde@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id NAA28046 ; Fri, 25 Aug 1995 13:03:05 -0700 Date: Fri, 25 Aug 1995 13:03:05 -0700 From: Bruce Evans Message-Id: <199508252003.NAA28046@freefall.FreeBSD.org> To: CVS-commiters, cvs-sys Subject: cvs commit: src/sys/kern kern_lkm.c Sender: cvs-sys-owner@FreeBSD.org Precedence: bulk bde 95/08/25 13:03:04 Modified: sys/kern kern_lkm.c Log: 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.