aboutsummaryrefslogtreecommitdiff
path: root/sbin/restore/tape.c
diff options
context:
space:
mode:
authorKirk McKusick <mckusick@FreeBSD.org>2007-03-06 08:13:21 +0000
committerKirk McKusick <mckusick@FreeBSD.org>2007-03-06 08:13:21 +0000
commita9093e846d7be8771b7ed509c37bb39cec26c565 (patch)
tree7cb99a7cb1fbd1e92be219f0b948c30b7689d734 /sbin/restore/tape.c
parentb77ad8fc3b67b9954e7f5bc0bda66600ee718d25 (diff)
downloadsrc-a9093e846d7be8771b7ed509c37bb39cec26c565.tar.gz
src-a9093e846d7be8771b7ed509c37bb39cec26c565.zip
Move macros describing extended attributes in UFS from
<sys/extattr.h> to <ufs/ufs/extattr.h>. Move description of extended attributes in UFS from man9/extattr.9 to man5/fs.5. Note that restore will not compile until <sys/extattr.h> and <ufs/ufs/extattr.h> have been updated. Suggested by: Robert Watson
Notes
Notes: svn path=/head/; revision=167259
Diffstat (limited to 'sbin/restore/tape.c')
-rw-r--r--sbin/restore/tape.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/restore/tape.c b/sbin/restore/tape.c
index 15c204ac9cbd..6afa591081bf 100644
--- a/sbin/restore/tape.c
+++ b/sbin/restore/tape.c
@@ -49,6 +49,7 @@ __FBSDID("$FreeBSD$");
#include <sys/extattr.h>
#include <sys/acl.h>
+#include <ufs/ufs/extattr.h>
#include <ufs/ufs/dinode.h>
#include <protocols/dumprestore.h>