head	1.2;
access;
symbols
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.05.16.13.59.14;	author dwcjr;	state dead;
branches;
next	1.1;

1.1
date	2000.08.08.03.10.50;	author steve;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 5.1

PR:		38127
Submitted by:	obraun@@informatik.unibw-muenchen.de
@
text
@--- init.c.orig	Sun Aug  6 21:20:35 2000
+++ init.c	Sun Aug  6 21:20:50 2000
@@@@ -363,7 +363,7 @@@@
 }
 
 void init(void) {
-    extern long time();
+    extern time_t time();
     int i = 0;
     NODE *proc = NIL, *pname = NIL, *cnd = NIL;
 
@


1.1
log
@time(3) returns a time_t and not a long.
@
text
@@

