Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   andvar
Date:           Sun Sep  3 19:38:58 UTC 2023

Modified Files:
        src/share/man/man4: options.4
        src/sys/conf: files

Log Message:
config(5): enable NTP option implicitly when PPS_SYNC option is enabled.

PPS_SYNC requires NTP, but some code blocks are ifdef'ed without it,
thus allowing an attempt to build kernel with PPS_SYNC, and without NTP
(and it almost builds with one line change).

Update options(4) man page to reflect the change.

Solution suggested by riastradh.


To generate a diff of this commit:
cvs rdiff -u -r1.526 -r1.527 src/share/man/man4/options.4
cvs rdiff -u -r1.1307 -r1.1308 src/sys/conf/files

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index