Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/alpha include "locators.h" explicitely (don't rely ...



details:   https://anonhg.NetBSD.org/src/rev/c8f174b3ba6a
branches:  trunk
changeset: 569968:c8f174b3ba6a
user:      drochner <drochner%NetBSD.org@localhost>
date:      Tue Sep 14 19:57:37 2004 +0000

description:
include "locators.h" explicitely (don't rely on isavar.h doing so)

diffstat:

 sys/arch/alpha/jensenio/jensenio.c |  6 ++++--
 sys/arch/alpha/pci/ttwoga.c        |  6 ++++--
 2 files changed, 8 insertions(+), 4 deletions(-)

diffs (54 lines):

diff -r 40f1319f80c0 -r c8f174b3ba6a sys/arch/alpha/jensenio/jensenio.c
--- a/sys/arch/alpha/jensenio/jensenio.c        Tue Sep 14 19:39:04 2004 +0000
+++ b/sys/arch/alpha/jensenio/jensenio.c        Tue Sep 14 19:57:37 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: jensenio.c,v 1.9 2004/08/30 15:05:15 drochner Exp $ */
+/* $NetBSD: jensenio.c,v 1.10 2004/09/14 19:57:37 drochner Exp $ */
 
 /*-
  * Copyright (c) 1999, 2000 The NetBSD Foundation, Inc.
@@ -50,7 +50,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: jensenio.c,v 1.9 2004/08/30 15:05:15 drochner Exp $");
+__KERNEL_RCSID(0, "$NetBSD: jensenio.c,v 1.10 2004/09/14 19:57:37 drochner Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -66,6 +66,8 @@
 #include <alpha/jensenio/jensenioreg.h>
 #include <alpha/jensenio/jenseniovar.h>
 
+#include "locators.h"
+
 #include "eisa.h"
 
 /*
diff -r 40f1319f80c0 -r c8f174b3ba6a sys/arch/alpha/pci/ttwoga.c
--- a/sys/arch/alpha/pci/ttwoga.c       Tue Sep 14 19:39:04 2004 +0000
+++ b/sys/arch/alpha/pci/ttwoga.c       Tue Sep 14 19:57:37 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ttwoga.c,v 1.8 2004/08/30 15:05:16 drochner Exp $ */
+/* $NetBSD: ttwoga.c,v 1.9 2004/09/14 19:57:37 drochner Exp $ */
 
 /*-
  * Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -41,7 +41,7 @@
 
 #include <sys/cdefs.h>                 /* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: ttwoga.c,v 1.8 2004/08/30 15:05:16 drochner Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ttwoga.c,v 1.9 2004/09/14 19:57:37 drochner Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -67,6 +67,8 @@
 #include <alpha/pci/pci_2100_a500.h>
 #endif
 
+#include "locators.h"
+
 int    ttwogamatch(struct device *, struct cfdata *, void *);
 void   ttwogaattach(struct device *, struct device *, void *);
 



Home | Main Index | Thread Index | Old Index