Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/raidframe include <sys/param.h> before <sys/ioctl.h>
details: https://anonhg.NetBSD.org/src/rev/1d73c0d43482
branches: trunk
changeset: 503231:1d73c0d43482
user: mrg <mrg%NetBSD.org@localhost>
date: Sat Feb 03 12:51:10 2001 +0000
description:
include <sys/param.h> before <sys/ioctl.h>
diffstat:
sys/dev/raidframe/rf_dagfuncs.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r 2d2359ff04ec -r 1d73c0d43482 sys/dev/raidframe/rf_dagfuncs.c
--- a/sys/dev/raidframe/rf_dagfuncs.c Sat Feb 03 12:50:53 2001 +0000
+++ b/sys/dev/raidframe/rf_dagfuncs.c Sat Feb 03 12:51:10 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: rf_dagfuncs.c,v 1.6 2000/03/30 12:45:40 augustss Exp $ */
+/* $NetBSD: rf_dagfuncs.c,v 1.7 2001/02/03 12:51:10 mrg Exp $ */
/*
* Copyright (c) 1995 Carnegie-Mellon University.
* All rights reserved.
@@ -47,8 +47,8 @@
* to check to find out whether or not the acquire was suppressed.
*/
+#include <sys/param.h>
#include <sys/ioctl.h>
-#include <sys/param.h>
#include "rf_archs.h"
#include "rf_raid.h"
Home |
Main Index |
Thread Index |
Old Index