https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273373
--- Comment #1 from Jan Beich <jbe...@freebsd.org> --- Created attachment 244372 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=244372&action=edit Drop <sys/proc.h> via forward declaration Tested by: $ echo 'int main() {}' | cc -xc - -o/dev/null -include sys/sys/timerfd.h $ echo 'int main() {}' | cc -xc - -o/dev/null -D_KERNEL -include sys/sys/timerfd.h -- You are receiving this mail because: You are the assignee for the bug.