From 3b477b2ec91c2eb0336a17030b397857f7bc02f9 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Mon, 28 Oct 2013 21:48:10 +0000 Subject: [PATCH] Remove old advice to avoid using stdint.h --- en_US.ISO8859-1/books/porters-handbook/book.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/book.xml b/en_US.ISO8859-1/books/porters-handbook/book.xml index 7c54dec77c..0d53e407b1 100644 --- a/en_US.ISO8859-1/books/porters-handbook/book.xml +++ b/en_US.ISO8859-1/books/porters-handbook/book.xml @@ -12048,12 +12048,6 @@ IGNORE= POINTYHAT is not supported available here. - Do not #include - <stdint.h> if - inttypes.h is sufficient. This will - ensure that the software builds on older versions of - &os;. - Check that headers are included in the POSIX or man page recommended way, e.g., sys/types.h is often forgotten, which is