Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Oct 2003 18:40:31 -0800 (PST)
From:      Peter Wemm <peter@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/compat/freebsd32 freebsd32.h freebsd32_misc.c src/sys/compat/ia32 ia32_signal.h
Message-ID:  <200310300240.h9U2eVRK080834@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       2003/10/29 18:40:30 PST

  FreeBSD src repository

  Modified files:
    sys/compat/freebsd32 freebsd32.h freebsd32_misc.c 
    sys/compat/ia32      ia32_signal.h 
  Log:
  Add CTASSERT()'s to check that the sizes of our replicas of the 32 bit
  structures come out the right size.
  
  Fix the ones that broke.  stat32 had some missing fields from the end
  and statfs32 was broken due to the strange definition of MNAMELEN
  (which is dependent on sizeof(long))
  
  I'm not sure if this fixes any actual problems or not.
  
  Revision  Changes    Path
  1.3       +5 -3      src/sys/compat/freebsd32/freebsd32.h
  1.14      +21 -0     src/sys/compat/freebsd32/freebsd32_misc.c
  1.2       +0 -2      src/sys/compat/ia32/ia32_signal.h



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