Module Name:    src
Committed By:   jdolecek
Date:           Sat Sep  2 12:01:25 UTC 2017

Modified Files:
        src/sys/dev/ata [jdolecek-ncq]: wdvar.h

Log Message:
include opt_wd.h instead of opt_wd_softbadsect.h, the option doesn't have 
private file any more


To generate a diff of this commit:
cvs rdiff -u -r1.43.4.7 -r1.43.4.8 src/sys/dev/ata/wdvar.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/dev/ata/wdvar.h
diff -u src/sys/dev/ata/wdvar.h:1.43.4.7 src/sys/dev/ata/wdvar.h:1.43.4.8
--- src/sys/dev/ata/wdvar.h:1.43.4.7	Wed Jul 19 19:39:28 2017
+++ src/sys/dev/ata/wdvar.h	Sat Sep  2 12:01:25 2017
@@ -1,4 +1,4 @@
-/*	$NetBSD: wdvar.h,v 1.43.4.7 2017/07/19 19:39:28 jdolecek Exp $	*/
+/*	$NetBSD: wdvar.h,v 1.43.4.8 2017/09/02 12:01:25 jdolecek Exp $	*/
 
 /*
  * Copyright (c) 1998, 2001 Manuel Bouyer.
@@ -28,7 +28,7 @@
 #define	_DEV_ATA_WDVAR_H_
 
 #ifdef _KERNEL_OPT
-#include "opt_wd_softbadsect.h"
+#include "opt_wd.h"
 #endif
 
 #include <sys/rndsource.h>

Reply via email to