Module Name: src Committed By: pooka Date: Wed Apr 21 16:51:24 UTC 2010
Modified Files: src/sys/kern: init_main.c vfs_wapbl.c src/sys/rump/librump/rumpvfs: rump_vfs.c src/sys/sys: wapbl.h Log Message: Reduce #ifdef spew by attaching wapbl as a module. (no, it's still too ifdef-ridden to be able to actually do anything useful and module-like like load into any kernel) To generate a diff of this commit: cvs rdiff -u -r1.418 -r1.419 src/sys/kern/init_main.c cvs rdiff -u -r1.34 -r1.35 src/sys/kern/vfs_wapbl.c cvs rdiff -u -r1.45 -r1.46 src/sys/rump/librump/rumpvfs/rump_vfs.c cvs rdiff -u -r1.10 -r1.11 src/sys/sys/wapbl.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.