Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Aug 1995 13:03:05 -0700
From:      Bruce Evans <bde>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/kern kern_lkm.c
Message-ID:  <199508252003.NAA28046@freefall.FreeBSD.org>

next in thread | raw e-mail | index | archive | help
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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199508252003.NAA28046>