summaryrefslogtreecommitdiffstats
path: root/usr.sbin/xntpd/patches/patch.33
blob: e7d193409b6c174af909f1c8e346c79672a051cb (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

Received: from louie.udel.edu by huey.udel.edu id aa13737; 27 Mar 94 15:27 EST
Received: from faui45.informatik.uni-erlangen.de by louie.udel.edu id aa29101;
          27 Mar 94 15:23 EST
Received: from faui43.informatik.uni-erlangen.de by uni-erlangen.de with SMTP;
	id AA24270 (5.65c-6/7.3v-FAU); Sun, 27 Mar 1994 22:23:35 +0200
Received: from faui45x.informatik.uni-erlangen.de by immd4.informatik.uni-erlangen.de with SMTP;
	id AA07515 (5.65c-6/7.3m-FAU); Sun, 27 Mar 1994 21:23:34 +0100
From: Frank Kardel <Frank.Kardel@informatik.uni-erlangen.de>
Message-Id: <199403272023.AA07515@faui43.informatik.uni-erlangen.de>
Subject: and for patch 33?
To: mills@udel.edu
Date: Sun, 27 Mar 94 22:23:30 MET DST
X-Mailer: ELM [version 2.3 PL11]

This should get you to Patch 33. or higher.
	- gcc 2.5.8 (from Per Hedeland - gcc 2.5.8 is just
		     causing to many poeple to complain 8-()_
	- a an note what one can do in Config.local in HACKermode.

===================================================================
RCS file: /src/NTP/REPOSITORY/v3/RELNOTES,v
retrieving revision 1.1.1.11
diff -c -r1.1.1.11 RELNOTES
*** 1.1.1.11	1994/01/30 17:08:20
--- RELNOTES	1994/03/27 19:40:27
***************
*** 31,36 ****
--- 31,40 ----
      For custom tailored configuration copying Config.local.dist to Config.local
      and editing Config.local to suit the local needs is neccessary (at most
      3 lines to change), or use one of the make's above and then tweak it.
+     Config.local can also be used to override common settings from the
+     machines/* files like the AUTHDEFS= to select very specific configurations.
+     Please use this feature with care and don't be disappointed if it doesn't
+     work the way you expect.
  
  (2) Type "make" to compile everything of general interest. Expect few or
      no warnings using cc and a moderate level of warnings using gcc.
===================================================================
RCS file: /src/NTP/REPOSITORY/v3/include/l_stdlib.h,v
retrieving revision 1.1.1.6
diff -c -r1.1.1.6 l_stdlib.h
*** include/l_stdlib.h:1.1.1.6	1994/01/28 13:07:49
--- include/l_stdlib.h	1994/03/27 19:34:40
***************
*** 70,80 ****
  
  extern	int	close		P((int));
  extern  int	ioctl		P((int, int, char *));
! extern	int	read		P((int, char *, unsigned));
  extern  int	rename		P((char *, char *));
! extern	int	write		P((int, char *, int));
! extern	int	unlink		P((char *));
! extern	int	link		P((char *, char *));
  
  #ifdef FILE
  extern  int	fclose		P((FILE *));
--- 70,80 ----
  
  extern	int	close		P((int));
  extern  int	ioctl		P((int, int, char *));
! extern	int	read		P((int, void *, unsigned));
  extern  int	rename		P((char *, char *));
! extern	int	write		P((int, const void *, unsigned));
! extern	int	unlink		P((const char *));
! extern	int	link		P((const char *, const char *));
  
  #ifdef FILE
  extern  int	fclose		P((FILE *));
-- 
	   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