Module Name: src
Committed By: martin
Date: Fri Oct 25 16:22:48 UTC 2019
Modified Files:
src/sys/dev/filemon: filemon_wrapper.c
Log Message:
>From the compilers point of view sys_exit returns a value.
Adjust the filemon wrapper accordingly (newer gcc is unhappy with the
function pointer casts otherwise and the amd64/ALL kernel fails to build).
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/filemon/filemon_wrapper.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.