cvs commit: src/sys/sys libkern.h systm.h

Marcel Moolenaar marcel at FreeBSD.org
Wed Apr 27 20:19:50 PDT 2005


marcel      2005-04-28 03:19:50 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              libkern.h systm.h 
  Log:
  Inline functions belong in <sys/libkern.h>, not in <sys/systm.h>.
  Move crc32() and crc32_raw() from the latter to the former. Move
  the declaration of crc32_tab[] to <sys/libkern.h> as well.
  
  Pointed out by: bde@
  Tested on: ia64, sparc64
  
  Revision  Changes    Path
  1.49      +20 -0     src/sys/sys/libkern.h
  1.234     +0 -22     src/sys/sys/systm.h


More information about the cvs-src mailing list