Module Name:    src
Committed By:   jdolecek
Date:           Fri Sep 29 20:07:40 UTC 2017

Modified Files:
        src/sys/arch/amiga/dev [jdolecek-ncq]: wdc_xsurf.c

Log Message:
remove <sys/param.h> include again, atavar.h no longer needs it


To generate a diff of this commit:
cvs rdiff -u -r1.2.30.3 -r1.2.30.4 src/sys/arch/amiga/dev/wdc_xsurf.c

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/amiga/dev/wdc_xsurf.c
diff -u src/sys/arch/amiga/dev/wdc_xsurf.c:1.2.30.3 src/sys/arch/amiga/dev/wdc_xsurf.c:1.2.30.4
--- src/sys/arch/amiga/dev/wdc_xsurf.c:1.2.30.3	Wed Sep 27 07:19:33 2017
+++ src/sys/arch/amiga/dev/wdc_xsurf.c	Fri Sep 29 20:07:40 2017
@@ -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>

Reply via email to