diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2004-05-02 17:55:54 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2004-05-02 17:55:54 +0000 |
commit | eb1f0fe9454cb8266047259398dfa44b985eaa2a (patch) | |
tree | 0177f5d14dd9c18b7bebf916d24a257be967bb98 /usr.sbin/mtree/spec.c | |
parent | 1362a491e6cdbf6b347f48830ba066c25dc3b30a (diff) |
Mtree needs the old crc routines; remove some extraneous includes while
I am at it.
Diffstat (limited to 'usr.sbin/mtree/spec.c')
-rw-r--r-- | usr.sbin/mtree/spec.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/mtree/spec.c b/usr.sbin/mtree/spec.c index b5b98c82ec4..f6094c9ca2e 100644 --- a/usr.sbin/mtree/spec.c +++ b/usr.sbin/mtree/spec.c @@ -1,5 +1,5 @@ /* $NetBSD: spec.c,v 1.6 1995/03/07 21:12:12 cgd Exp $ */ -/* $OpenBSD: spec.c,v 1.18 2003/06/02 23:36:54 millert Exp $ */ +/* $OpenBSD: spec.c,v 1.19 2004/05/02 17:55:53 millert Exp $ */ /*- * Copyright (c) 1989, 1993 @@ -34,13 +34,12 @@ #if 0 static const char sccsid[] = "@(#)spec.c 8.1 (Berkeley) 6/6/93"; #else -static const char rcsid[] = "$OpenBSD: spec.c,v 1.18 2003/06/02 23:36:54 millert Exp $"; +static const char rcsid[] = "$OpenBSD: spec.c,v 1.19 2004/05/02 17:55:53 millert Exp $"; #endif #endif /* not lint */ #include <sys/types.h> #include <sys/stat.h> -#include <fts.h> #include <pwd.h> #include <grp.h> #include <errno.h> |