Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/mtree add <util.h> back in for native builds.



details:   https://anonhg.NetBSD.org/src/rev/9cded4323ff8
branches:  trunk
changeset: 521353:9cded4323ff8
user:      lukem <lukem%NetBSD.org@localhost>
date:      Tue Jan 29 00:31:37 2002 +0000

description:
add <util.h> back in for native builds.

diffstat:

 usr.sbin/mtree/excludes.c |  2 +-
 usr.sbin/mtree/spec.c     |  6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (39 lines):

diff -r ada3199243f5 -r 9cded4323ff8 usr.sbin/mtree/excludes.c
--- a/usr.sbin/mtree/excludes.c Tue Jan 29 00:29:32 2002 +0000
+++ b/usr.sbin/mtree/excludes.c Tue Jan 29 00:31:37 2002 +0000
@@ -38,7 +38,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <time.h>
-/*#include <util.h>*/
+#include <util.h>
 
 #include "extern.h"
 
diff -r ada3199243f5 -r 9cded4323ff8 usr.sbin/mtree/spec.c
--- a/usr.sbin/mtree/spec.c     Tue Jan 29 00:29:32 2002 +0000
+++ b/usr.sbin/mtree/spec.c     Tue Jan 29 00:31:37 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: spec.c,v 1.42 2002/01/29 00:07:27 tv Exp $     */
+/*     $NetBSD: spec.c,v 1.43 2002/01/29 00:31:37 lukem Exp $  */
 
 /*-
  * Copyright (c) 1989, 1993
@@ -74,7 +74,7 @@
 #if 0
 static char sccsid[] = "@(#)spec.c     8.2 (Berkeley) 4/28/95";
 #else
-__RCSID("$NetBSD: spec.c,v 1.42 2002/01/29 00:07:27 tv Exp $");
+__RCSID("$NetBSD: spec.c,v 1.43 2002/01/29 00:31:37 lukem Exp $");
 #endif
 #endif /* not lint */
 
@@ -89,7 +89,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
-/*#include <util.h>*/
+#include <util.h>
 
 #include "extern.h"
 #include "pack_dev.h"



Home | Main Index | Thread Index | Old Index