Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/jdolecek-ncq]: src/sys/arch/amiga/dev remove <sys/param.h> include again...
details: https://anonhg.NetBSD.org/src/rev/60b0df33f838
branches: jdolecek-ncq
changeset: 352793:60b0df33f838
user: jdolecek <jdolecek%NetBSD.org@localhost>
date: Fri Sep 29 20:07:40 2017 +0000
description:
remove <sys/param.h> include again, atavar.h no longer needs it
diffstat:
sys/arch/amiga/dev/wdc_xsurf.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r b220d24b838d -r 60b0df33f838 sys/arch/amiga/dev/wdc_xsurf.c
--- a/sys/arch/amiga/dev/wdc_xsurf.c Fri Sep 29 20:05:07 2017 +0000
+++ b/sys/arch/amiga/dev/wdc_xsurf.c Fri Sep 29 20:07:40 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wdc_xsurf.c,v 1.2.30.3 2017/09/27 07:19:33 jdolecek Exp $ */
+/* $NetBSD: wdc_xsurf.c,v 1.2.30.4 2017/09/29 20:07:40 jdolecek Exp $ */
/*-
* Copyright (c) 2012 The NetBSD Foundation, Inc.
@@ -35,7 +35,6 @@
#include <sys/systm.h>
#include <sys/types.h>
-#include <sys/param.h>
#include <sys/device.h>
#include <sys/bus.h>
#include <sys/conf.h>
Home |
Main Index |
Thread Index |
Old Index