Hi,
shouldnt include/linux/serial.h include asm/types.h ?
It uses __u32 which causes a bomb out when i am trying to
compile util-linux.
Otherwise ifdef __KERNEL__ around struct async_icount
Index: serial.h
===================================================================
RCS file: /cvs/linux/include/linux/serial.h,v
retrieving revision 1.12
diff -u -r1.12 serial.h
--- serial.h 2000/03/27 23:54:41 1.12
+++ serial.h 2000/04/19 18:21:01
@@ -11,6 +11,7 @@
#define _LINUX_SERIAL_H
#include <asm/page.h>
+#include <asm/types.h>
/*
* Counters of the input lines (CTS, DSR, RI, CD) interrupts
Flo
-- Florian Lohoff flo@rfc822.org +49-subject-2-change "Technology is a constant battle between manufacturers producing bigger and more idiot-proof systems and nature producing bigger and better idiots."- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Sun Apr 23 2000 - 21:00:15 EST