* A couple of minor sys/types.h changes
@ 2000-04-07 3:10 Graham Stoney
2000-04-07 15:22 ` Dan Malek
0 siblings, 1 reply; 2+ messages in thread
From: Graham Stoney @ 2000-04-07 3:10 UTC (permalink / raw)
To: Dan Malek; +Cc: LinuxPPC Embedded Mailing List
Hi Dan,
We've recently stumbled on a couple of sys/types.h references in your 2.2.13
kernel under arch/ppc/mbxboot which we think should be to linux/types.h.
Here's a patch:
Index: embed_config.c
===================================================================
retrieving revision 1.1.1.2
retrieving revision 1.2
diff -u -r1.1.1.2 -r1.2
--- embed_config.c 2000/01/04 03:38:39 1.1.1.2
+++ embed_config.c 2000/04/06 05:47:19 1.2
@@ -2,7 +2,7 @@
/* Board specific functions for those embedded 8xx boards that do
* not have boot monitor support for board information.
*/
-#include <sys/types.h>
+#include <linux/types.h>
#include "asm/mpc8xx.h"
Index: pci.c
===================================================================
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- pci.c 1999/12/30 05:56:23 1.1.1.1
+++ pci.c 2000/04/06 05:47:19 1.2
@@ -1,6 +1,6 @@
/* Stand alone funtions for QSpan Tundra support.
*/
-#include <sys/types.h>
+#include <linux/types.h>
#include <linux/pci.h>
#include <asm/mpc8xx.h>
Index: qspan_pci.c
===================================================================
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- qspan_pci.c 1999/12/30 05:56:24 1.1.1.1
+++ qspan_pci.c 2000/04/06 05:47:19 1.2
@@ -9,7 +9,7 @@
* I don't know what to do about interrupts (yet).
*/
-#include <sys/types.h>
+#include <linux/types.h>
#include <linux/pci.h>
#include <asm/mpc8xx.h>
--
Graham Stoney
Principal Hardware/Software Engineer
Canon Information Systems Research Australia
Ph: +61 2 9805 2909 Fax: +61 2 9805 2929
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: A couple of minor sys/types.h changes
2000-04-07 3:10 A couple of minor sys/types.h changes Graham Stoney
@ 2000-04-07 15:22 ` Dan Malek
0 siblings, 0 replies; 2+ messages in thread
From: Dan Malek @ 2000-04-07 15:22 UTC (permalink / raw)
To: Graham Stoney; +Cc: LinuxPPC Embedded Mailing List
Graham Stoney wrote:
> We've recently stumbled on a couple of sys/types.h....
Yep. Fixed in the 2.3.xx stuff. If you are actually using these
files, there are probably more things that need updating.
-- Dan
** Sent via the linuxppc-embedded mail list. See http://lists.linuxppc.org/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2000-04-07 15:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2000-04-07 3:10 A couple of minor sys/types.h changes Graham Stoney
2000-04-07 15:22 ` Dan Malek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).