From a8e5ab271734ee7e6c561cf134ef4f013f708b17 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Fri, 12 Sep 2003 07:19:08 +0000 Subject: [PATCH] * doc/autoconf.texi (Header Portability): Promote linux/types.h, not asm/types.h. --- ChangeLog | 5 +++++ doc/autoconf.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b70f0fdd..95574866 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-09-12 Akim Demaille + + * doc/autoconf.texi (Header Portability): Promote linux/types.h, + not asm/types.h. + 2003-09-11 Akim Demaille * doc/autoconf.texi (Header Portability): linux/random.h. diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 83108b21..4f0e26f2 100644 --- a/doc/autoconf.texi +++ b/doc/autoconf.texi @@ -4323,7 +4323,7 @@ It requires @file{linux/types.h} and @file{sys/socket.h}. @item @file{linux/random.h} @hdrindex linux/random.h -It requires @file{asm/types.h}. +It requires @file{linux/types.h}. @item @file{net/if.h} @hdrindex net/if.h -- 2.47.2