23/04/22 23:33:21.82 .net
例えばsleepのソースコードはここにある
URLリンク(cgit.freebsd.org)
Linuxでコンパイルするとエラーになる
$ gcc sleep.c
sleep.c:42:10: error: expected declaration specifiers or ‘...’ before string constant
42 | __FBSDID("$FreeBSD$");
| ^~~~~~~~~~~
sleep.c:44:10: fatal error: capsicum_helpers.h: そのようなファイルやディレクトリはありません
44 | #include <capsicum_helpers.h>
| ^~~~~~~~~~~~~~~~~~~~
compilation terminated.