Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Omit needless include of <sys/fcntl.h> from <sys/cpr...



details:   https://anonhg.NetBSD.org/src/rev/295759a90461
branches:  trunk
changeset: 337368:295759a90461
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Apr 13 15:51:30 2015 +0000

description:
Omit needless include of <sys/fcntl.h> from <sys/cprng.h>.

diffstat:

 sys/sys/cprng.h |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r f0e7f95cbd66 -r 295759a90461 sys/sys/cprng.h
--- a/sys/sys/cprng.h   Mon Apr 13 15:51:00 2015 +0000
+++ b/sys/sys/cprng.h   Mon Apr 13 15:51:30 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: cprng.h,v 1.11 2015/04/13 15:44:03 riastradh Exp $ */
+/*     $NetBSD: cprng.h,v 1.12 2015/04/13 15:51:30 riastradh Exp $ */
 
 /*-
  * Copyright (c) 2011-2013 The NetBSD Foundation, Inc.
@@ -37,7 +37,6 @@
 #define _CPRNG_H
 
 #include <sys/types.h>
-#include <sys/fcntl.h>         /* XXX users bogusly transitively need this */
 
 #include <crypto/nist_ctr_drbg/nist_ctr_drbg.h>
 #include <crypto/cprng_fast/cprng_fast.h>



Home | Main Index | Thread Index | Old Index