At least from the January 9 after 'cvsup',
'make buildworld','make installworld', 'make & install kernel'
I can't 'kldload linux'. 'Kldload" says:

   kldload: can't load linux: Exec format error

and /kernel says:

  /kernel: link_elf: symbol NDFREE undefined

     This is obviously caused by the next commit, but I can
not see how it can be corrected (besides of reverting the commit,
which is not the right solution IMHO ;-)

===========================================================================
 
eivind      2000/01/08 08:20:06 PST

  Modified files:
    sys/kern             vfs_subr.c 
    sys/sys              namei.h 
  Log:
  Change NDFREE() from a macro to a function for the time being; the macro
  version caused intolerable bloat (30k).  I'm likely to revisit this with an
  attempt at a smarter macro.
  
  Bloat noticed by:       bde
  
  Revision  Changes    Path
  1.243     +35 -1     src/sys/kern/vfs_subr.c
  1.29      +2 -37     src/sys/sys/namei.h



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to