green 2004-10-05 23:49:27 UTC
FreeBSD src repository
Modified files:
usr.bin/gprof kernel.c
Log:
Make sure to return 0 from kernel_getnfile() since if there were an
error, it would exit() (and it needs to return a value).
Revision Changes Path
1.4 +1 -0 src/usr.bin/gprof/kernel.c