diff options
Diffstat (limited to 'sbin/restore/tape.c')
-rw-r--r-- | sbin/restore/tape.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/restore/tape.c b/sbin/restore/tape.c index 9d33a400432..92a82197f3c 100644 --- a/sbin/restore/tape.c +++ b/sbin/restore/tape.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tape.c,v 1.41 2013/04/24 13:46:29 deraadt Exp $ */ +/* $OpenBSD: tape.c,v 1.42 2014/07/21 01:51:11 guenther Exp $ */ /* $NetBSD: tape.c,v 1.26 1997/04/15 07:12:25 lukem Exp $ */ /* @@ -39,7 +39,6 @@ #include <sys/ioctl.h> #include <sys/mtio.h> #include <sys/stat.h> -#include <sys/endian.h> #include <ufs/ufs/dinode.h> #include <protocols/dumprestore.h> |