cvs commit: src/sys/compat/freebsd32 freebsd32.h freebsd32_misc.c src/sys/compat/ia32 ia32_signal.h

Peter Wemm peter at FreeBSD.org
Wed Oct 29 18:40:33 PST 2003


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


More information about the cvs-src mailing list