diff options
author | wollman <wollman@FreeBSD.org> | 1994-04-21 00:33:33 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-04-21 00:33:33 +0000 |
commit | 77b27d49908102e93566da2c2257e619c2b292dc (patch) | |
tree | a5e6c5af1da0446cc4cdfea962a6e64efab134fa /usr.sbin/xntpd/patches/patch.5 | |
parent | b2b233fcc4201a70cbf1037569140628ef18c04e (diff) | |
parent | 1185c9048d38483a3f99f3065590713d8bcda610 (diff) | |
download | FreeBSD-src-77b27d49908102e93566da2c2257e619c2b292dc.zip FreeBSD-src-77b27d49908102e93566da2c2257e619c2b292dc.tar.gz |
This commit was generated by cvs2svn to compensate for changes in r1381,
which included commits to RCS files with non-trunk default branches.
Diffstat (limited to 'usr.sbin/xntpd/patches/patch.5')
-rw-r--r-- | usr.sbin/xntpd/patches/patch.5 | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/usr.sbin/xntpd/patches/patch.5 b/usr.sbin/xntpd/patches/patch.5 new file mode 100644 index 0000000..2225804 --- /dev/null +++ b/usr.sbin/xntpd/patches/patch.5 @@ -0,0 +1,49 @@ + +Received: from louie.udel.edu by huey.udel.edu id aa14816; 27 Jan 94 5:15 EST +Received: from faui45.informatik.uni-erlangen.de by louie.udel.edu id aa11733; + 27 Jan 94 5:09 EST +Received: from faui43.informatik.uni-erlangen.de by uni-erlangen.de with SMTP; + id AA25056 (5.65c-6/7.3v-FAU); Thu, 27 Jan 1994 11:09:06 +0100 +Received: from faui45x.informatik.uni-erlangen.de by immd4.informatik.uni-erlangen.de with SMTP; + id AA09091 (5.65c-6/7.3m-FAU); Thu, 27 Jan 1994 11:09:03 +0100 +From: Frank Kardel <Frank.Kardel@informatik.uni-erlangen.de> +Message-Id: <199401271009.AA09091@faui43.informatik.uni-erlangen.de> +Subject: Re: Solaribum +To: Mills@udel.edu +Date: Thu, 27 Jan 94 11:08:55 MET +Cc: Frank.Kardel@informatik.uni-erlangen.de, Piete.Brooks@cl.cam.ac.uk, + Paul_Vixie@corpmis.sjc.hw.sony.com +In-Reply-To: <9401261207.aa10860@huey.udel.edu>; from "Mills@udel.edu" at Jan 26, 94 12:07 pm +X-Mailer: ELM [version 2.3 PL11] + + +And another corer generator to be removed: + +=================================================================== +RCS file: /src/NTP/REPOSITORY/v3/xntpd/ntp_control.c,v +retrieving revision 3.22 +diff -c -r3.22 xntpd/ntp_control.c +*** xntpd/ntp_control.c:3.22 1994/01/26 21:56:23 +--- xntpd/ntp_control.c 1994/01/27 10:03:01 +*************** +*** 2132,2138 **** + for (i = 1; i <= CC_MAXCODE; i++) + if (wants[i]) + ctl_putclock(i, &clock, 1); +! for (i = 0; !(clock.kv_list[i].flags & EOV); i++) + if (wants[i+CC_MAXCODE+1]) + ctl_putdata(clock.kv_list[i].text, + strlen(clock.kv_list[i].text), 0); +--- 2132,2138 ---- + for (i = 1; i <= CC_MAXCODE; i++) + if (wants[i]) + ctl_putclock(i, &clock, 1); +! for (i = 0; clock.kv_list && !(clock.kv_list[i].flags & EOV); i++) + if (wants[i+CC_MAXCODE+1]) + ctl_putdata(clock.kv_list[i].text, + strlen(clock.kv_list[i].text), 0); +-- + Frank Kardel (kardel@informatik.uni-erlangen.de) + All SCSI disks will from now on be required to send an email + notice 24 hours prior to complete hardware failure! + |