[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] linux/irda.h and linux/random.h are now fixed
From: |
Adrian Bunk |
Subject: |
[PATCH] linux/irda.h and linux/random.h are now fixed |
Date: |
Tue, 25 Sep 2012 15:25:10 +0300 |
* doc/autoconf.texi: (Portability of Headers): document that
linux/irda.h and linux/random.h are fixed with recent kernel headers
---
doc/autoconf.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index a907934..b2b0b13 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -5731,11 +5731,11 @@ know of any implementation that has @file{stdint.h} but
not
@item @file{linux/irda.h}
@hdrindex{linux/irda.h}
-It requires @file{linux/types.h} and @file{sys/socket.h}.
+It requires @file{linux/types.h} (fixed in kernel >= 2.6.29) and
@file{sys/socket.h} (fixed in kernel >= 3.2).
@item @file{linux/random.h}
@hdrindex{linux/random.h}
-It requires @file{linux/types.h}.
+It requires @file{linux/types.h} (fixed in kernel >= 2.6.29).
@item @file{net/if.h}
@hdrindex{net/if.h}
--
1.7.10.4
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [PATCH] linux/irda.h and linux/random.h are now fixed,
Adrian Bunk <=