cvs commit: src/sys/compat/freebsd32 freebsd32_misc.c
Peter Wemm
peter at FreeBSD.org
Mon Dec 22 19:20:51 PST 2003
peter 2003/12/22 19:20:50 PST
FreeBSD src repository
Modified files:
sys/compat/freebsd32 freebsd32_misc.c
Log:
Rather than screw around with the (unsafe) stackgap, call vn_stat/fo_stat
directly for stat/fstat/lstat syscall emulation. It turns out not only
safer, but the code is smaller this way too.
Revision Changes Path
1.18 +44 -52 src/sys/compat/freebsd32/freebsd32_misc.c
More information about the cvs-src
mailing list