Module Name: src
Committed By: snj
Date: Tue Apr 7 23:25:09 UTC 2009
Modified Files:
src/sys/sys [netbsd-5]: timex.h
Log Message:
Pull up following revision(s) (requested by mhitch in ticket #671):
sys/sys/timex.h: revision 1.18
PR#41144: ntpd dies when syncing, use octal format to avoid \xcCLOCK to be
parsed as \xcc
To generate a diff of this commit:
cvs rdiff -u -r1.14.12.2 -r1.14.12.3 src/sys/sys/timex.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/timex.h
diff -u src/sys/sys/timex.h:1.14.12.2 src/sys/sys/timex.h:1.14.12.3
--- src/sys/sys/timex.h:1.14.12.2 Fri Jan 16 03:04:45 2009
+++ src/sys/sys/timex.h Tue Apr 7 23:25:09 2009
@@ -1,4 +1,4 @@
-/* $NetBSD: timex.h,v 1.14.12.2 2009/01/16 03:04:45 snj Exp $ */
+/* $NetBSD: timex.h,v 1.14.12.3 2009/04/07 23:25:09 snj Exp $ */
/*-
***********************************************************************
@@ -167,14 +167,14 @@
b\5DEL\0\
b\6UNSYNC\0\
b\7FREQHOLD\0\
-b\x8PPSSIGNAL\0\
-b\x9PPSJITTER\0\
-b\xaPPSWANDER\0\
-b\xbPPSERROR\0\
-b\xcCLOCKERR\0\
-b\xdNANO\0\
-f\xe\1MODE\0=\0PLL\0=\1FLL\0\
-f\xf\1CLK\0=\0A\0=\1B\0"
+b\10PPSSIGNAL\0\
+b\11PPSJITTER\0\
+b\12PPSWANDER\0\
+b\13PPSERROR\0\
+b\14CLOCKERR\0\
+b\15NANO\0\
+f\16\1MODE\0=\0PLL\0=\1FLL\0\
+f\17\1CLK\0=\0A\0=\1B\0"
#define STA_RONLY (STA_PPSSIGNAL | STA_PPSJITTER | STA_PPSWANDER | \
STA_PPSERROR | STA_CLOCKERR | STA_NANO | STA_MODE | STA_CLK)