Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/ntp/dist/ntpd don't warn about SLEW; ntpd defin...



details:   https://anonhg.NetBSD.org/src/rev/4bfb2aada0d8
branches:  trunk
changeset: 749983:4bfb2aada0d8
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Dec 14 00:43:09 2009 +0000

description:
don't warn about SLEW; ntpd defines it!

diffstat:

 external/bsd/ntp/dist/ntpd/ntpd-opts.h |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 87ce2745a011 -r 4bfb2aada0d8 external/bsd/ntp/dist/ntpd/ntpd-opts.h
--- a/external/bsd/ntp/dist/ntpd/ntpd-opts.h    Mon Dec 14 00:43:05 2009 +0000
+++ b/external/bsd/ntp/dist/ntpd/ntpd-opts.h    Mon Dec 14 00:43:09 2009 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ntpd-opts.h,v 1.1.1.1 2009/12/13 16:56:16 kardel Exp $ */
+/*     $NetBSD: ntpd-opts.h,v 1.2 2009/12/14 00:43:09 christos Exp $   */
 
 /*  
  *  EDIT THIS FILE WITH CAUTION  (ntpd-opts.h)
@@ -236,10 +236,14 @@
 #  warning undefining DVAR due to option name conflict
 #  undef   DVAR
 # endif
+
+/* Defined in ntpsim.h!
 # ifdef    SLEW
 #  warning undefining SLEW due to option name conflict
 #  undef   SLEW
 # endif
+*/
+
 # ifdef    USEPCC
 #  warning undefining USEPCC due to option name conflict
 #  undef   USEPCC



Home | Main Index | Thread Index | Old Index