summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/patches/patch.32
blob: 2e951cb73ef81f03b2704be84acba0775f6cdb21 (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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89

Received: from louie.udel.edu by huey.udel.edu id aa12910; 27 Mar 94 10:06 EST
Received: from faui45.informatik.uni-erlangen.de by louie.udel.edu id aa22473;
          27 Mar 94 10:05 EST
Received: from faui43.informatik.uni-erlangen.de by uni-erlangen.de with SMTP;
	id AA09307 (5.65c-6/7.3v-FAU); Sun, 27 Mar 1994 17:05:03 +0200
Received: from faui45x.informatik.uni-erlangen.de by immd4.informatik.uni-erlangen.de with SMTP;
	id AA05359 (5.65c-6/7.3m-FAU); Sun, 27 Mar 1994 16:05:01 +0100
From: Frank Kardel <Frank.Kardel@informatik.uni-erlangen.de>
Message-Id: <199403271505.AA05359@faui43.informatik.uni-erlangen.de>
Subject: more PTX related patches...
To: mills@udel.edu
Date: Sun, 27 Mar 94 17:04:56 MET DST
X-Mailer: ELM [version 2.3 PL11]

Hi, Dave !

And another patche to make parse compile on PTX (Sequents
SysVR2 version).

===================================================================
RCS file: /src/NTP/REPOSITORY/v3/parse/parse.c,v
retrieving revision 3.23
retrieving revision 3.24
diff -c -r3.23 -r3.24
*** parse/parse.c:3.23	1994/03/25 13:09:02
--- parse/parse.c	1994/03/27 15:01:36
***************
*** 1,8 ****
  #if defined(REFCLOCK) && (defined(PARSE) || defined(PARSEPPS))
  /*
!  * /src/NTP/REPOSITORY/v3/parse/parse.c,v 3.23 1994/03/25 13:09:02 kardel Exp
   *  
!  * parse.c,v 3.23 1994/03/25 13:09:02 kardel Exp
   *
   * Parser module for reference clock
   *
--- 1,8 ----
  #if defined(REFCLOCK) && (defined(PARSE) || defined(PARSEPPS))
  /*
!  * /src/NTP/REPOSITORY/v3/parse/parse.c,v 3.24 1994/03/27 15:01:36 kardel Exp
   *  
!  * parse.c,v 3.24 1994/03/27 15:01:36 kardel Exp
   *
   * Parser module for reference clock
   *
***************
*** 29,34 ****
--- 29,38 ----
  #include "sys/time.h"
  #include "sys/errno.h"
  
+ #include "ntp_fp.h"
+ #include "ntp_unixtime.h"
+ #include "ntp_calendar.h"
+ 
  #include "ntp_machine.h"
  
  #if defined(PARSESTREAM) && (defined(SYS_SUNOS4) || defined(SYS_SOLARIS)) && defined(STREAM)
***************
*** 49,58 ****
  #endif
  #endif
  
- #include "ntp_fp.h"
- #include "ntp_unixtime.h"
- #include "ntp_calendar.h"
- 
  #include "parse.h"
  
  #include "ntp_stdlib.h"
--- 53,58 ----
***************
*** 1162,1167 ****
--- 1162,1170 ----
   * History:
   *
   * parse.c,v
+  * Revision 3.24  1994/03/27  15:01:36  kardel
+  * reorder include file to cope with PTX
+  *
   * Revision 3.23  1994/03/25  13:09:02  kardel
   * considering FIXEDONLY entries only in FIXEDONLY mode
   *
-- 
	   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