From 9064aa963a034c2b777a9ff677a3fc907274ec2c Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Mon, 29 Jun 1998 18:15:21 +0000 Subject: [PATCH] Don't assume that time_t is long. --- usr.sbin/yppush/yppush_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/yppush/yppush_main.c b/usr.sbin/yppush/yppush_main.c index cadbff76ca2c..768c328f0d5a 100644 --- a/usr.sbin/yppush/yppush_main.c +++ b/usr.sbin/yppush/yppush_main.c @@ -32,7 +32,7 @@ #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: yppush_main.c,v 1.9 1997/11/03 07:53:44 charnier Exp $"; #endif /* not lint */ #include @@ -655,7 +655,7 @@ main(argc,argv) sigaction(SIGIO, &sa, NULL); /* set initial transaction ID */ - time(&yppush_transid); + yppush_transid = time((time_t *)NULL); if (yppush_hostlist) { /*