git: kqueue: Move notifymsglist out of kqinfo

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Sat Jan 2 18:38:09 PST 2016


commit 20faa3245f917c47633cb1a7d96ad498437aee52
Author: Sepherosa Ziehau <sephe at dragonflybsd.org>
Date:   Sun Jan 3 10:21:43 2016 +0800

    kqueue: Move notifymsglist out of kqinfo
    
    It is only used by socket code.

Summary of changes:
 sys/gnu/vfs/ext2fs/ext2_extern.h |  1 +
 sys/kern/uipc_msg.c              |  6 +++---
 sys/kern/uipc_socket.c           |  4 ++--
 sys/kern/uipc_socket2.c          | 11 +++++------
 sys/sys/event.h                  |  4 ----
 sys/sys/socketvar.h              |  1 +
 sys/sys/un.h                     |  1 +
 7 files changed, 13 insertions(+), 15 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/20faa3245f917c47633cb1a7d96ad498437aee52


-- 
DragonFly BSD source repository



More information about the Commits mailing list