summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtree/misc.c
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2004-05-02 17:55:53 +0000
committermillert <millert@openbsd.org>2004-05-02 17:55:53 +0000
commit87ccb2bcc4c4aaac1b98383e2da8067631c35bae (patch)
treeb5d1d2d153bb8b51c11f1dc8928ab41416adfa5c /usr.sbin/mtree/misc.c
parentcksum has been superceded by the md5 driver (diff)
downloadwireguard-openbsd-87ccb2bcc4c4aaac1b98383e2da8067631c35bae.tar.xz
wireguard-openbsd-87ccb2bcc4c4aaac1b98383e2da8067631c35bae.zip
Mtree needs the old crc routines; remove some extraneous includes while
I am at it.
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"