From 34f3320ef43bfcffeb98371ef224bda6cdfbb26c Mon Sep 17 00:00:00 2001 From: Kenjiro Cho Date: Thu, 14 Jan 1999 03:30:48 +0000 Subject: [PATCH] add HZ missing in options. changing HZ used to break xntpd's PLL but it should be ok now (unless xntpd is misconfigured). --- sys/conf/options | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/conf/options b/sys/conf/options index bfff6569ab7..ab47e37c710 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -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