* [x86-64 patch 2/11] Fix bad #include in Eicon Diva ISDN driver
@ 2001-09-13 16:30 Vojtech Pavlik
0 siblings, 0 replies; only message in thread
From: Vojtech Pavlik @ 2001-09-13 16:30 UTC (permalink / raw)
To: torvalds
Hi!
Eicon Diva includes an userland errno.h. This is wrong and has been
spotted because of crosscompiling the kernel.
diff -urN linux-x86_64/drivers/isdn/eicon/Divas_mod.c linux/drivers/isdn/eicon/Divas_mod.c
--- linux-x86_64/drivers/isdn/eicon/Divas_mod.c Thu Apr 19 22:01:35 2001
+++ linux/drivers/isdn/eicon/Divas_mod.c Thu Sep 13 10:05:28 2001
@@ -29,7 +29,7 @@
#include <linux/pci.h>
#include <linux/ioport.h>
#include <linux/slab.h>
-#include <errno.h>
+#include <asm/errno.h>
#include "adapter.h"
#include "uxio.h"
--
Vojtech Pavlik
SuSE Labs
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-09-13 16:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-13 16:30 [x86-64 patch 2/11] Fix bad #include in Eicon Diva ISDN driver Vojtech Pavlik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®