Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mmeye/stand/boot no need for <machine/param.h>
details: https://anonhg.NetBSD.org/src/rev/f9aec2f7e004
branches: trunk
changeset: 838265:f9aec2f7e004
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Tue Jan 08 19:36:57 2019 +0000
description:
no need for <machine/param.h>
diffstat:
sys/arch/mmeye/stand/boot/wd.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diffs (18 lines):
diff -r a763ab0e6cd1 -r f9aec2f7e004 sys/arch/mmeye/stand/boot/wd.c
--- a/sys/arch/mmeye/stand/boot/wd.c Tue Jan 08 19:17:10 2019 +0000
+++ b/sys/arch/mmeye/stand/boot/wd.c Tue Jan 08 19:36:57 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wd.c,v 1.4 2015/01/02 19:42:06 christos Exp $ */
+/* $NetBSD: wd.c,v 1.5 2019/01/08 19:36:57 jdolecek Exp $ */
/*-
* Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -36,8 +36,6 @@
#include <lib/libsa/stand.h>
#include <lib/libkern/libkern.h>
-#include <machine/param.h>
-
#include "boot.h"
#include "wdvar.h"
Home |
Main Index |
Thread Index |
Old Index