Module Name: src Committed By: dsl Date: Wed Jan 2 16:31:25 UTC 2013
Modified Files: src/external/cddl/osnet/lib/libzpool: kernel.c src/external/cddl/osnet/sys/sys: zfs_context.h Log Message: I've NFI why this code has userspace stuff playing with 'struct proc *' nor why it uses &p0 as a magic constant (rather than NULL). Re-instate the definition of p0, but enable the 'fake' definition of 'struct proc' if the relevant part of sys/proc.h seems to have been #if'ed away. Should fix the build. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/external/cddl/osnet/lib/libzpool/kernel.c cvs rdiff -u -r1.13 -r1.14 src/external/cddl/osnet/sys/sys/zfs_context.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.