summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtree/misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/mtree/misc.c')
-rw-r--r--usr.sbin/mtree/misc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/mtree/misc.c b/usr.sbin/mtree/misc.c
index 8e722dbc741..8c884fdd9b7 100644
--- a/usr.sbin/mtree/misc.c
+++ b/usr.sbin/mtree/misc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: misc.c,v 1.16 2003/06/26 19:47:09 deraadt Exp $ */
+/* $OpenBSD: misc.c,v 1.17 2004/05/02 17:55:53 millert Exp $ */
/* $NetBSD: misc.c,v 1.4 1995/03/07 21:26:23 cgd Exp $ */
/*-
@@ -34,7 +34,6 @@
#include <sys/types.h>
#include <sys/stat.h>
-#include <fts.h>
#include <stdio.h>
#include <stdarg.h>
#include "mtree.h"