Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Apr 1997 08:27:14 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/sys types.h
Message-ID:  <199704131527.IAA10027@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         97/04/13 08:27:14

  Modified:    sys/sys   types.h
  Log:
  Moved #include of <sys/cdefs.h> earlier so that __signed in
  <machine/types.h> gets redefined in the non-GNU and non-ANSI cases.
  Since this hasn't caused problems, there must be no one actually
  benefitting from the obfuscations supported by <sys/cdefs.h>.
  `make CC="cc -traditional"' in /usr/src/bin shows the same.  Almost
  everything is broken in essentially the same way - `const' is used
  in strings before <sys/cdefs.h> is included, so `const' is not
  #defined away until after it is used.
  
  Fixed some style bugs.
  
  Revision  Changes    Path
  1.19      +6 -7      src/sys/sys/types.h



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