Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/ews4800mips/stand/common use <sys/param.h> instead ...



details:   https://anonhg.NetBSD.org/src/rev/05544cba49c6
branches:  trunk
changeset: 447378:05544cba49c6
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Jan 09 03:28:31 2019 +0000

description:
use <sys/param.h> instead of <machine/param.h> for everything.

diffstat:

 sys/arch/ews4800mips/stand/common/bootfs.c  |  4 ++--
 sys/arch/ews4800mips/stand/common/disk.c    |  4 ++--
 sys/arch/ews4800mips/stand/common/mem.c     |  4 ++--
 sys/arch/ews4800mips/stand/common/prompt.c  |  4 ++--
 sys/arch/ews4800mips/stand/common/ustarfs.c |  4 ++--
 5 files changed, 10 insertions(+), 10 deletions(-)

diffs (90 lines):

diff -r c0365603e654 -r 05544cba49c6 sys/arch/ews4800mips/stand/common/bootfs.c
--- a/sys/arch/ews4800mips/stand/common/bootfs.c        Tue Jan 08 22:19:28 2019 +0000
+++ b/sys/arch/ews4800mips/stand/common/bootfs.c        Wed Jan 09 03:28:31 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: bootfs.c,v 1.4 2008/04/28 20:23:18 martin Exp $        */
+/*     $NetBSD: bootfs.c,v 1.5 2019/01/09 03:28:31 christos Exp $      */
 
 /*-
  * Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
 #include <lib/libsa/stand.h>
 #include <lib/libkern/libkern.h>
 
-#include <machine/param.h>
+#include <sys/param.h>
 #include <machine/bfs.h>
 #include <machine/sector.h>
 
diff -r c0365603e654 -r 05544cba49c6 sys/arch/ews4800mips/stand/common/disk.c
--- a/sys/arch/ews4800mips/stand/common/disk.c  Tue Jan 08 22:19:28 2019 +0000
+++ b/sys/arch/ews4800mips/stand/common/disk.c  Wed Jan 09 03:28:31 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: disk.c,v 1.8 2014/03/26 17:56:18 christos Exp $        */
+/*     $NetBSD: disk.c,v 1.9 2019/01/09 03:28:31 christos Exp $        */
 
 /*-
  * Copyright (c) 2004, 2005 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
 #include <lib/libsa/stand.h>
 #include <lib/libkern/libkern.h>
 
-#include <machine/param.h>
+#include <sys/param.h>
 #include <machine/sbd.h>
 #include <machine/sector.h>
 
diff -r c0365603e654 -r 05544cba49c6 sys/arch/ews4800mips/stand/common/mem.c
--- a/sys/arch/ews4800mips/stand/common/mem.c   Tue Jan 08 22:19:28 2019 +0000
+++ b/sys/arch/ews4800mips/stand/common/mem.c   Wed Jan 09 03:28:31 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: mem.c,v 1.5 2008/04/28 20:23:19 martin Exp $   */
+/*     $NetBSD: mem.c,v 1.6 2019/01/09 03:28:31 christos Exp $ */
 
 /*-
  * Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -33,7 +33,7 @@
 #include <lib/libsa/stand.h>
 #include <lib/libkern/libkern.h>
 
-#include <machine/param.h>
+#include <sys/param.h>
 #include <machine/bfs.h>
 
 #include "local.h"
diff -r c0365603e654 -r 05544cba49c6 sys/arch/ews4800mips/stand/common/prompt.c
--- a/sys/arch/ews4800mips/stand/common/prompt.c        Tue Jan 08 22:19:28 2019 +0000
+++ b/sys/arch/ews4800mips/stand/common/prompt.c        Wed Jan 09 03:28:31 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: prompt.c,v 1.4 2008/04/28 20:23:19 martin Exp $        */
+/*     $NetBSD: prompt.c,v 1.5 2019/01/09 03:28:31 christos Exp $      */
 
 /*-
  * Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
 #include <lib/libsa/stand.h>
 #include <lib/libkern/libkern.h>
 
-#include <machine/param.h>
+#include <sys/param.h>
 #include <machine/bfs.h>
 
 #include "cmd.h"
diff -r c0365603e654 -r 05544cba49c6 sys/arch/ews4800mips/stand/common/ustarfs.c
--- a/sys/arch/ews4800mips/stand/common/ustarfs.c       Tue Jan 08 22:19:28 2019 +0000
+++ b/sys/arch/ews4800mips/stand/common/ustarfs.c       Wed Jan 09 03:28:31 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ustarfs.c,v 1.8 2009/02/04 15:22:13 tsutsui Exp $      */
+/*     $NetBSD: ustarfs.c,v 1.9 2019/01/09 03:28:31 christos Exp $     */
 
 /*-
  * Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
 #include <lib/libsa/stand.h>
 #include <lib/libkern/libkern.h>
 
-#include <machine/param.h>
+#include <sys/param.h>
 #include <machine/sbd.h>
 #include <machine/sector.h>
 



Home | Main Index | Thread Index | Old Index