Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Apr 2005 03:19:50 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys libkern.h systm.h
Message-ID:  <200504280319.j3S3JouV092973@repoman.freebsd.org>

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



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