Source-Changes-HG archive

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

[src/trunk]: src/sys/netinet mv <sys/cprng.h> include to the kernel portion



details:   https://anonhg.NetBSD.org/src/rev/63a5b3dbf120
branches:  trunk
changeset: 953435:63a5b3dbf120
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Mar 08 22:01:18 2021 +0000

description:
mv <sys/cprng.h> include to the kernel portion

diffstat:

 sys/netinet/in_var.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r ebb7ad89ac24 -r 63a5b3dbf120 sys/netinet/in_var.h
--- a/sys/netinet/in_var.h      Mon Mar 08 21:48:22 2021 +0000
+++ b/sys/netinet/in_var.h      Mon Mar 08 22:01:18 2021 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: in_var.h,v 1.101 2021/03/08 20:01:54 christos Exp $    */
+/*     $NetBSD: in_var.h,v 1.102 2021/03/08 22:01:18 christos Exp $    */
 
 /*-
  * Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -65,7 +65,6 @@
 #define _NETINET_IN_VAR_H_
 
 #include <sys/queue.h>
-#include <sys/cprng.h>
 
 #define IN_IFF_TENTATIVE       0x01    /* tentative address */
 #define IN_IFF_DUPLICATED      0x02    /* DAD detected duplicate */
@@ -383,6 +382,7 @@
 #ifdef _KERNEL
 
 #include <net/pktqueue.h>
+#include <sys/cprng.h>
 
 extern pktqueue_t *ip_pktq;
 



Home | Main Index | Thread Index | Old Index