Module Name:    src
Committed By:   riastradh
Date:           Tue Apr 14 21:09:48 UTC 2015

Modified Files:
        src/sys/dev/usb: if_cue.c if_cuereg.h

Log Message:
Forgot commit: Move another <sys/rndsource.h> to where it belongs.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/dev/usb/if_cue.c
cvs rdiff -u -r1.18 -r1.19 src/sys/dev/usb/if_cuereg.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/usb/if_cue.c
diff -u src/sys/dev/usb/if_cue.c:1.69 src/sys/dev/usb/if_cue.c:1.70
--- src/sys/dev/usb/if_cue.c:1.69	Mon Apr 13 16:33:25 2015
+++ src/sys/dev/usb/if_cue.c	Tue Apr 14 21:09:48 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_cue.c,v 1.69 2015/04/13 16:33:25 riastradh Exp $	*/
+/*	$NetBSD: if_cue.c,v 1.70 2015/04/14 21:09:48 riastradh Exp $	*/
 /*
  * Copyright (c) 1997, 1998, 1999, 2000
  *	Bill Paul <wp...@ee.columbia.edu>.  All rights reserved.
@@ -56,7 +56,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_cue.c,v 1.69 2015/04/13 16:33:25 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_cue.c,v 1.70 2015/04/14 21:09:48 riastradh Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_inet.h"
@@ -72,7 +72,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_cue.c,v 1
 #include <sys/socket.h>
 #include <sys/bus.h>
 #include <sys/device.h>
-#include <sys/rndsource.h>
 
 #include <net/if.h>
 #include <net/if_arp.h>

Index: src/sys/dev/usb/if_cuereg.h
diff -u src/sys/dev/usb/if_cuereg.h:1.18 src/sys/dev/usb/if_cuereg.h:1.19
--- src/sys/dev/usb/if_cuereg.h:1.18	Thu Feb  2 19:43:07 2012
+++ src/sys/dev/usb/if_cuereg.h	Tue Apr 14 21:09:48 2015
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_cuereg.h,v 1.18 2012/02/02 19:43:07 tls Exp $	*/
+/*	$NetBSD: if_cuereg.h,v 1.19 2015/04/14 21:09:48 riastradh Exp $	*/
 /*
  * Copyright (c) 1997, 1998, 1999, 2000
  *	Bill Paul <wp...@ee.columbia.edu>.  All rights reserved.
@@ -37,6 +37,7 @@
  * Definitions for the CATC Netmate II USB to ethernet controller.
  */
 
+#include <sys/rndsource.h>
 
 /*
  * Vendor specific control commands.

Reply via email to