Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Jul 2002 09:41:47 -0700 (PDT)
From:      Mike Barcroft <mike@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include stddef.h src/sys/alpha/include ansi.h src/sys/arm/include ansi.h src/sys/i386/include ansi.h src/sys/ia64/include ansi.h src/sys/powerpc/include ansi.h src/sys/sparc64/include ansi.h src/sys/sys queue.h ...
Message-ID:  <200207081641.g68GflbZ049263@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mike        2002/07/08 09:41:47 PDT

  Modified files:
    include              stddef.h 
    sys/alpha/include    ansi.h 
    sys/arm/include      ansi.h 
    sys/i386/include     ansi.h 
    sys/ia64/include     ansi.h 
    sys/powerpc/include  ansi.h 
    sys/sparc64/include  ansi.h 
    sys/sys              queue.h 
    sys/x86_64/include   ansi.h 
  Log:
  Move __offsetof() macro from <machine/ansi.h> to <sys/cdefs.h>.  It's
  hardly MD, since all our platforms share the same macro.  It's not
  really compiler dependent either, but this helps in reducing
  <machine/ansi.h> to only type definitions.
  
  Revision  Changes    Path
  1.6       +1 -0      src/include/stddef.h
  1.30      +0 -5      src/sys/alpha/include/ansi.h
  1.18      +0 -5      src/sys/arm/include/ansi.h
  1.39      +0 -5      src/sys/i386/include/ansi.h
  1.22      +0 -5      src/sys/ia64/include/ansi.h
  1.22      +0 -5      src/sys/powerpc/include/ansi.h
  1.16      +0 -5      src/sys/sparc64/include/ansi.h
  1.53      +1 -1      src/sys/sys/queue.h
  1.2       +0 -5      src/sys/x86_64/include/ansi.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?200207081641.g68GflbZ049263>