DragonFly BSD
DragonFly commits List (threaded) for 2012-04
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: kernel/nwfs: The NCP check only applies if it is not the module build.


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Wed, 11 Apr 2012 11:07:03 -0700 (PDT)

commit 888b1d329f88e552caae3f59c033f3af795b0ad0
Author: Sascha Wildner <saw@online.de>
Date:   Wed Apr 11 20:06:52 2012 +0200

    kernel/nwfs: The NCP check only applies if it is not the module build.
    
    Add some dependency stuff that will cause nwfs to load ncp if it is
    not loaded or in the kernel.
    
    However ncp ultimately depends on IPX which is not available as a
    module, so that's the minimum that needs compiling into the kernel
    in order to use nwfs.
    
    This should really fix the kernel build.

Summary of changes:
 sys/netproto/ncp/Makefile  |    3 ---
 sys/netproto/ncp/ncp_mod.c |    1 +
 sys/vfs/nwfs/nwfs_vfsops.c |    4 ++++
 3 files changed, 5 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/888b1d329f88e552caae3f59c033f3af795b0ad0


-- 
DragonFly BSD source repository



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