Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/nick-nhusb]: src/sys/dev/usb Add #include "opt_usb.h"



details:   https://anonhg.NetBSD.org/src/rev/07782da284b6
branches:  nick-nhusb
changeset: 334557:07782da284b6
user:      skrll <skrll%NetBSD.org@localhost>
date:      Sun Nov 06 09:36:53 2016 +0000

description:
Add #include "opt_usb.h"

diffstat:

 sys/dev/usb/ucom.c |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 8eb066fefb1d -r 07782da284b6 sys/dev/usb/ucom.c
--- a/sys/dev/usb/ucom.c        Fri Nov 04 16:22:38 2016 +0000
+++ b/sys/dev/usb/ucom.c        Sun Nov 06 09:36:53 2016 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ucom.c,v 1.108.2.29 2016/11/02 08:41:00 skrll Exp $    */
+/*     $NetBSD: ucom.c,v 1.108.2.30 2016/11/06 09:36:53 skrll Exp $    */
 
 /*
  * Copyright (c) 1998, 2000 The NetBSD Foundation, Inc.
@@ -34,7 +34,11 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ucom.c,v 1.108.2.29 2016/11/02 08:41:00 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ucom.c,v 1.108.2.30 2016/11/06 09:36:53 skrll Exp $");
+
+#ifdef _KERNEL_OPT
+#include "opt_usb.h"
+#endif
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index