summaryrefslogtreecommitdiffstats
path: root/sbin/restore/tape.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-03-08 09:04:40 +0000
committerobrien <obrien@FreeBSD.org>2001-03-08 09:04:40 +0000
commit84709752a1c6fac263e353b6ab0ea5c6c0940e7f (patch)
treefe78188dc365290b5e94e8de5ea6917dd7738dab /sbin/restore/tape.c
parent3fd8acfffe7e53209830a56f5fe8d05b422a36ec (diff)
downloadFreeBSD-src-84709752a1c6fac263e353b6ab0ea5c6c0940e7f.zip
FreeBSD-src-84709752a1c6fac263e353b6ab0ea5c6c0940e7f.tar.gz
Move _PATH_DEFTAPE to <paths.h> to remove all the duplication of definitons,
and remove leading `r'(aw) from it.
Diffstat (limited to 'sbin/restore/tape.c')
-rw-r--r--sbin/restore/tape.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/restore/tape.c b/sbin/restore/tape.c
index fdae506..07d565c 100644
--- a/sbin/restore/tape.c
+++ b/sbin/restore/tape.c
@@ -54,6 +54,7 @@ static const char rcsid[] =
#include <protocols/dumprestore.h>
#include <errno.h>
+#include <paths.h>
#include <setjmp.h>
#include <stdio.h>
#include <stdlib.h>
@@ -63,7 +64,6 @@ static const char rcsid[] =
#include "restore.h"
#include "extern.h"
-#include "pathnames.h"
static long fssize = MAXBSIZE;
static int mt = -1;
OpenPOWER on IntegriCloud