Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Forgot commit: Move another <sys/rndsource.h> to...



details:   https://anonhg.NetBSD.org/src/rev/5b0ebe4d53a1
branches:  trunk
changeset: 337453:5b0ebe4d53a1
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Tue Apr 14 21:09:48 2015 +0000

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

diffstat:

 sys/dev/usb/if_cue.c    |  5 ++---
 sys/dev/usb/if_cuereg.h |  3 ++-
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (43 lines):

diff -r da10bde4fe3f -r 5b0ebe4d53a1 sys/dev/usb/if_cue.c
--- a/sys/dev/usb/if_cue.c      Tue Apr 14 20:32:35 2015 +0000
+++ b/sys/dev/usb/if_cue.c      Tue Apr 14 21:09:48 2015 +0000
@@ -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 <wpaul%ee.columbia.edu@localhost>.  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 @@
 #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>
diff -r da10bde4fe3f -r 5b0ebe4d53a1 sys/dev/usb/if_cuereg.h
--- a/sys/dev/usb/if_cuereg.h   Tue Apr 14 20:32:35 2015 +0000
+++ b/sys/dev/usb/if_cuereg.h   Tue Apr 14 21:09:48 2015 +0000
@@ -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 <wpaul%ee.columbia.edu@localhost>.  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.



Home | Main Index | Thread Index | Old Index