summaryrefslogtreecommitdiff
path: root/sbin/dump/itime.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/dump/itime.c')
-rw-r--r--sbin/dump/itime.c12
1 files changed, 2 insertions, 10 deletions
diff --git a/sbin/dump/itime.c b/sbin/dump/itime.c
index 14a7a6275af..2241697b0c3 100644
--- a/sbin/dump/itime.c
+++ b/sbin/dump/itime.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: itime.c,v 1.12 2004/11/04 20:10:07 deraadt Exp $ */
+/* $OpenBSD: itime.c,v 1.13 2007/03/04 22:36:54 deraadt Exp $ */
/* $NetBSD: itime.c,v 1.4 1997/04/15 01:09:50 lukem Exp $ */
/*-
@@ -34,21 +34,13 @@
#if 0
static char sccsid[] = "@(#)itime.c 8.1 (Berkeley) 6/5/93";
#else
-static const char rcsid[] = "$OpenBSD: itime.c,v 1.12 2004/11/04 20:10:07 deraadt Exp $";
+static const char rcsid[] = "$OpenBSD: itime.c,v 1.13 2007/03/04 22:36:54 deraadt Exp $";
#endif
#endif /* not lint */
#include <sys/param.h>
#include <sys/time.h>
-#ifdef sunos
-#include <sys/vnode.h>
-
-#include <ufs/fsdir.h>
-#include <ufs/inode.h>
-#include <ufs/fs.h>
-#else
#include <ufs/ufs/dinode.h>
-#endif
#include <protocols/dumprestore.h>