freebsd

来自「ntp-4.1.2.tar.gz Linux/Unix编程」· 代码 · 共 16 行

TXT
16
字号
If you are compiling under FreeBSD and see messages in the syslogs thatindicate that the ntpd process is trying to use unavailable sched_calls, it means you are running a kernel that does not have the POSIXscheduling calls enabled.You have two choices:- Ignore the messages- Generate a new kernel, where the kernel configuration file contains  the lines:  options		"P1003_1B"  options		"_KPOSIX_PRIORITY_SCHEDULING"  options		"_KPOSIX_VERSION=199309L"

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?