Source-Changes-HG archive

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

[src/netbsd-1-5]: src/usr.sbin/pkg_install/lib Pullup 1.26 [hubertf]:



details:   https://anonhg.NetBSD.org/src/rev/890b520f9ab1
branches:  netbsd-1-5
changeset: 489885:890b520f9ab1
user:      tv <tv%NetBSD.org@localhost>
date:      Wed Oct 18 03:17:26 2000 +0000

description:
Pullup 1.26 [hubertf]:
Only pull in <vis.h> when debugging expect(), i.e. EXPECT_DEBUG is set.

diffstat:

 usr.sbin/pkg_install/lib/ftpio.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r a0c56b9ebd20 -r 890b520f9ab1 usr.sbin/pkg_install/lib/ftpio.c
--- a/usr.sbin/pkg_install/lib/ftpio.c  Wed Oct 18 03:14:45 2000 +0000
+++ b/usr.sbin/pkg_install/lib/ftpio.c  Wed Oct 18 03:17:26 2000 +0000
@@ -1,8 +1,8 @@
-/*     $NetBSD: ftpio.c,v 1.20.2.5 2000/10/01 22:38:41 hubertf Exp $   */
+/*     $NetBSD: ftpio.c,v 1.20.2.6 2000/10/18 03:17:26 tv Exp $        */
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: ftpio.c,v 1.20.2.5 2000/10/01 22:38:41 hubertf Exp $");
+__RCSID("$NetBSD: ftpio.c,v 1.20.2.6 2000/10/18 03:17:26 tv Exp $");
 #endif
 
 /*
@@ -48,7 +48,9 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>
+#ifdef EXPECT_DEBUG
 #include <vis.h>
+#endif
 
 #include "../lib/lib.h"
 



Home | Main Index | Thread Index | Old Index