Remove old advice to avoid using stdint.h

This commit is contained in:
Eitan Adler 2013-10-28 21:48:10 +00:00
parent e38f685a31
commit 3b477b2ec9
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43065

View file

@ -12048,12 +12048,6 @@ IGNORE= POINTYHAT is not supported
available <ulink
url="https://wiki.ubuntu.com/DashAsBinSh">here</ulink>.</para>
<para>Do not <literal>#include
<filename>&lt;stdint.h&gt;</filename></literal> if
<filename>inttypes.h</filename> is sufficient. This will
ensure that the software builds on older versions of
&os;.</para>
<para>Check that headers are included in the
<acronym>POSIX</acronym> or man page recommended way, e.g.,
<filename>sys/types.h</filename> is often forgotten, which is