Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jan 1999 09:30:51 -0800 (PST)
From:      Matt Dillon <dillon@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src/sys/sys kernel.h vnode.h
Message-ID:  <199901281730.JAA73805@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dillon      1999/01/28 09:30:51 PST

  Modified files:
    sys/sys              kernel.h vnode.h 
  Log:
      Clarify the SYSINIT problem by breaking SYSINIT's up into a void *
      version and a const void * version.  Currently the const void * version
      simply calls the void * version ( i.e. no 'fix' is in place ).
  
      A solution needs to be found for the C_SYSINIT ( etc...) family of
      macros that allows const void * without generating a warning, but
      does not allow non-const void *.
  
  Revision  Changes    Path
  1.51      +34 -6     src/sys/sys/kernel.h
  1.83      +3 -3      src/sys/sys/vnode.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



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