Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/ftp include time.h explicitly, don't depend on other...



details:   https://anonhg.NetBSD.org/src/rev/c83405d75411
branches:  trunk
changeset: 473983:c83405d75411
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jun 24 14:48:35 1999 +0000

description:
include time.h explicitly, don't depend on other include side-effects

diffstat:

 usr.bin/ftp/fetch.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r f06de31c210d -r c83405d75411 usr.bin/ftp/fetch.c
--- a/usr.bin/ftp/fetch.c       Thu Jun 24 14:46:59 1999 +0000
+++ b/usr.bin/ftp/fetch.c       Thu Jun 24 14:48:35 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fetch.c,v 1.56 1999/06/20 22:07:28 cgd Exp $   */
+/*     $NetBSD: fetch.c,v 1.57 1999/06/24 14:48:35 christos Exp $      */
 
 /*-
  * Copyright (c) 1997, 1998, 1999 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: fetch.c,v 1.56 1999/06/20 22:07:28 cgd Exp $");
+__RCSID("$NetBSD: fetch.c,v 1.57 1999/06/24 14:48:35 christos Exp $");
 #endif /* not lint */
 
 /*
@@ -67,6 +67,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+#include <time.h>
 #include <util.h>
 
 #include "ftp_var.h"



Home | Main Index | Thread Index | Old Index