head	1.1;
access;
symbols
	RELENG_8_4:1.1.0.22
	RELENG_9_1_0_RELEASE:1.1
	RELENG_9_1:1.1.0.20
	RELENG_9_1_BP:1.1
	RELENG_8_3_0_RELEASE:1.1
	RELENG_8_3:1.1.0.18
	RELENG_8_3_BP:1.1
	RELENG_9_0_0_RELEASE:1.1
	RELENG_9_0:1.1.0.16
	RELENG_9_0_BP:1.1
	RELENG_9:1.1.0.14
	RELENG_9_BP:1.1
	RELENG_7_4_0_RELEASE:1.1.2.1
	RELENG_8_2_0_RELEASE:1.1
	RELENG_7_4:1.1.2.1.0.8
	RELENG_7_4_BP:1.1.2.1
	RELENG_8_2:1.1.0.12
	RELENG_8_2_BP:1.1
	RELENG_8_1_0_RELEASE:1.1
	RELENG_8_1:1.1.0.10
	RELENG_8_1_BP:1.1
	RELENG_7_3_0_RELEASE:1.1.2.1
	RELENG_7_3:1.1.2.1.0.6
	RELENG_7_3_BP:1.1.2.1
	RELENG_8_0_0_RELEASE:1.1
	RELENG_8_0:1.1.0.8
	RELENG_8_0_BP:1.1
	RELENG_8:1.1.0.6
	RELENG_8_BP:1.1
	RELENG_7_2_0_RELEASE:1.1.2.1
	RELENG_7_2:1.1.2.1.0.4
	RELENG_7_2_BP:1.1.2.1
	RELENG_7_1_0_RELEASE:1.1.2.1
	RELENG_6_4_0_RELEASE:1.1.4.1
	RELENG_7_1:1.1.2.1.0.2
	RELENG_7_1_BP:1.1.2.1
	RELENG_6_4:1.1.4.1.0.2
	RELENG_6_4_BP:1.1.4.1
	RELENG_6:1.1.0.4
	RELENG_7:1.1.0.2;
locks; strict;
comment	@# @;


1.1
date	2008.08.22.15.58.00;	author roberto;	state Exp;
branches
	1.1.2.1
	1.1.4.1
	1.1.22.1;
next	;

1.1.2.1
date	2008.09.03.08.49.07;	author roberto;	state Exp;
branches;
next	;

1.1.4.1
date	2008.09.04.12.49.54;	author roberto;	state Exp;
branches;
next	;

1.1.22.1
date	2008.08.22.15.58.00;	author svnexp;	state dead;
branches;
next	1.1.22.2;

1.1.22.2
date	2013.03.28.13.01.45;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@SVN rev 182007 on 2008-08-22 15:58:00Z by roberto

Merge ntpd & friends 4.2.4p5 from vendor/ntp/dist into head.  Next commit
will update usr.sbin/ntp to match this.

MFC after:	2 weeks
@
text
@Problems with DEC OSF/1 V2.0

Compilation using gcc fails with ntp_config.c. The problem is an apparent
error in the /usr/include/sys/procset.h and /usr/include/sys/wait.h
include files.

cowbird:/usr/include/sys# diff -c wait.h.orig wait.h
*** wait.h.orig Tue Feb 22 02:41:38 1994
--- wait.h      Thu Aug 25 14:52:57 1994
***************
*** 298,304 ****
  #else
  
  _BEGIN_CPLUSPLUS
! extern int waitid(idtype_t, id_t, siginfo_t *, int);
  _END_CPLUSPLUS
  #endif /* _NO_PROTO */
  
--- 298,304 ----
  #else
  
  _BEGIN_CPLUSPLUS
! extern int waitid(idtype_t, pid_t, siginfo_t *, int);
  _END_CPLUSPLUS
  #endif /* _NO_PROTO */

cowbird:/usr/include/sys# diff -c procset.h.orig procset.h
*** procset.h.orig      Tue Feb 22 02:41:44 1994
--- procset.h   Thu Aug 25 14:43:52 1994
***************
*** 86,95 ****
                                 */
  
        idtype_t p_lidtype;     /* The id type for the left set. */
!       id_t p_lid;             /* The id for the left set. */
  
        idtype_t p_ridtype;     /* The id type of for right set. */
!       id_t p_rid;             /* The id of the right set. */
  } procset_t;
  
  
--- 86,95 ----
                                 */
  
        idtype_t p_lidtype;     /* The id type for the left set. */
!       pid_t p_lid;            /* The id for the left set. */
  
        idtype_t p_ridtype;     /* The id type of for right set. */
!       pid_t p_rid;            /* The id of the right set. */
  } procset_t;

Also, if using gcc from the freeware disk, either replace syscall.h
in the directory /usr/local/lib/gcc-lib/alpha-dec-osf1/2.3.3/include
or replace with a link to /usr/include/sys/syscall.h.
@


1.1.22.1
log
@file decosf2 was added on branch RELENG_8_4 on 2013-03-28 13:01:45 +0000
@
text
@d1 54
@


1.1.22.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/248810
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 54
Problems with DEC OSF/1 V2.0

Compilation using gcc fails with ntp_config.c. The problem is an apparent
error in the /usr/include/sys/procset.h and /usr/include/sys/wait.h
include files.

cowbird:/usr/include/sys# diff -c wait.h.orig wait.h
*** wait.h.orig Tue Feb 22 02:41:38 1994
--- wait.h      Thu Aug 25 14:52:57 1994
***************
*** 298,304 ****
  #else
  
  _BEGIN_CPLUSPLUS
! extern int waitid(idtype_t, id_t, siginfo_t *, int);
  _END_CPLUSPLUS
  #endif /* _NO_PROTO */
  
--- 298,304 ----
  #else
  
  _BEGIN_CPLUSPLUS
! extern int waitid(idtype_t, pid_t, siginfo_t *, int);
  _END_CPLUSPLUS
  #endif /* _NO_PROTO */

cowbird:/usr/include/sys# diff -c procset.h.orig procset.h
*** procset.h.orig      Tue Feb 22 02:41:44 1994
--- procset.h   Thu Aug 25 14:43:52 1994
***************
*** 86,95 ****
                                 */
  
        idtype_t p_lidtype;     /* The id type for the left set. */
!       id_t p_lid;             /* The id for the left set. */
  
        idtype_t p_ridtype;     /* The id type of for right set. */
!       id_t p_rid;             /* The id of the right set. */
  } procset_t;
  
  
--- 86,95 ----
                                 */
  
        idtype_t p_lidtype;     /* The id type for the left set. */
!       pid_t p_lid;            /* The id for the left set. */
  
        idtype_t p_ridtype;     /* The id type of for right set. */
!       pid_t p_rid;            /* The id of the right set. */
  } procset_t;

Also, if using gcc from the freeware disk, either replace syscall.h
in the directory /usr/local/lib/gcc-lib/alpha-dec-osf1/2.3.3/include
or replace with a link to /usr/include/sys/syscall.h.
@


1.1.4.1
log
@SVN rev 182752 on 2008-09-04 12:49:54Z by roberto

MFH ntpd 4.2.4p5.

Main difference with the stable/7 merge is that 6.x does not support -lrt and
the corresponding *timer functions.

Approved by:	re (kensmith)
@
text
@@


1.1.2.1
log
@SVN rev 182716 on 2008-09-03 08:49:07Z by roberto

MFH ntpd 4.2.4p5.

Approved by:	re (kensmith)
@
text
@@

