Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/dev/usb/utoppy.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/dev/usb/utoppy.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.24.8.1 retrieving revision 1.24.8.2 diff -u -p -r1.24.8.1 -r1.24.8.2 --- src/sys/dev/usb/utoppy.c 2016/09/06 20:33:09 1.24.8.1 +++ src/sys/dev/usb/utoppy.c 2017/01/26 21:54:25 1.24.8.2 @@ -1,4 +1,4 @@ -/* $NetBSD: utoppy.c,v 1.24.8.1 2016/09/06 20:33:09 skrll Exp $ */ +/* $NetBSD: utoppy.c,v 1.24.8.2 2017/01/26 21:54:25 skrll Exp $ */ /*- * Copyright (c) 2006 The NetBSD Foundation, Inc. @@ -30,7 +30,11 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: utoppy.c,v 1.24.8.1 2016/09/06 20:33:09 skrll Exp $"); +__KERNEL_RCSID(0, "$NetBSD: utoppy.c,v 1.24.8.2 2017/01/26 21:54:25 skrll Exp $"); + +#ifdef _KERNEL_OPT +#include "opt_usb.h" +#endif #include #include