summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/patches/patch.5
blob: 2225804037c74f7ffd0e44b5b30f824a72376fba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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!

OpenPOWER on IntegriCloud