mirror of
https://github.com/opnsense/src.git
synced 2026-06-12 10:10:24 -04:00
add HZ missing in options.
changing HZ used to break xntpd's PLL but it should be ok now (unless xntpd is misconfigured).
This commit is contained in:
parent
47d8621a0b
commit
34f3320ef4
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: options,v 1.116 1999/01/10 07:45:17 phk Exp $
|
||||
# $Id: options,v 1.117 1999/01/10 17:41:32 nsouch Exp $
|
||||
#
|
||||
# On the handling of kernel options
|
||||
#
|
||||
|
|
@ -124,6 +124,7 @@ CD9660_ROOTDELAY opt_cd9660.h
|
|||
UNION
|
||||
|
||||
# Options used only in param.c.
|
||||
HZ opt_param.h
|
||||
MAXUSERS opt_param.h
|
||||
MSGMNB opt_param.h
|
||||
MSGMNI opt_param.h
|
||||
|
|
|
|||
Loading…
Reference in a new issue