git: <sys/random.h>: Further cleanup.

Sascha Wildner swildner at crater.dragonflybsd.org
Sat Sep 29 04:16:33 PDT 2018


commit 446b48294136b34a58946cc1134b2f60035bc00a
Author: Sascha Wildner <saw at online.de>
Date:   Sat Sep 29 13:16:27 2018 +0200

    <sys/random.h>: Further cleanup.
    
    * Remove inclusion of <sys/interrupt.h> which is no longer needed since
      7e071e7abb9f0b54413dda805a4239f7b0eb455e. It can now be moved to
      kern_memio.c.
    
    * Remove forward declaration of struct thread which is no longer needed
      since fef8985e09e16aeee4a2014876e2e4b758656ac2.
    
    * Fix a typo in a comment (Reported-by: aly).

Summary of changes:
 sys/kern/kern_memio.c | 1 +
 sys/sys/random.h      | 6 +-----
 2 files changed, 2 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/446b48294136b34a58946cc1134b2f60035bc00a


-- 
DragonFly BSD source repository



More information about the Commits mailing list