zfs/lib/libefi
Brian Behlendorf c0932825ea Reduce stack move path local to heap
To use the -fstack-check gcc option each stack frame must be
keep reasonably small.  In this case the path local is moved
from the stack to the heap to keep us under the limit.

  warning: frame size too large for reliable stack checking
  warning: try reducing the number of local variables
2010-07-23 10:36:49 -07:00
..
include/sys Fix duplicate uuid_t typedef. 2010-03-09 13:38:55 -08:00
Makefile.am Add libefi library in to the build system. 2009-10-09 15:58:45 -07:00
rdwr_efi.c Reduce stack move path local to heap 2010-07-23 10:36:49 -07:00