Module Name:    src
Committed By:   martin
Date:           Tue Apr  1 14:08:50 UTC 2014

Modified Files:
        src/sys/arch/playstation2/include: param.h

Log Message:
Rearrange order of includes


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/playstation2/include/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/playstation2/include/param.h
diff -u src/sys/arch/playstation2/include/param.h:1.9 src/sys/arch/playstation2/include/param.h:1.10
--- src/sys/arch/playstation2/include/param.h:1.9	Mon Mar 31 11:41:01 2014
+++ src/sys/arch/playstation2/include/param.h	Tue Apr  1 14:08:50 2014
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.9 2014/03/31 11:41:01 martin Exp $	*/
+/*	$NetBSD: param.h,v 1.10 2014/04/01 14:08:50 martin Exp $	*/
 
 /*
  * Copyright (c) 1992, 1993
@@ -71,11 +71,11 @@
 #ifndef	_PLAYSTATION2_PARAM_H_
 #define	_PLAYSTATION2_PARAM_H_
 
-#include <mips/mips_param.h>
-
 #define	_MACHINE	playstation2
 #define	MACHINE		"playstation2"
 
+#include <mips/mips_param.h>
+
 #define	DEV_BSIZE	512
 #define	DEV_BSHIFT	9		/* log2(DEV_BSIZE) */
 #define BLKDEV_IOSIZE	2048

Reply via email to