Module Name: src Committed By: dsl Date: Wed Jan 2 10:33:19 UTC 2013
Modified Files:
src/external/cddl/osnet/sys/sys: zfs_context.h
Log Message:
Replace alloca(256) with an array.
The code ended up using alloca() from libc - which 'just can't work' (tm).
It is also pointless!
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 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.
