summaryrefslogtreecommitdiffstats
path: root/sbin/restore
diff options
context:
space:
mode:
authormckusick <mckusick@FreeBSD.org>2007-03-06 08:13:21 +0000
committermckusick <mckusick@FreeBSD.org>2007-03-06 08:13:21 +0000
commite5953785d06c108599cb30d8a2cfe0c8b6419ef0 (patch)
tree7cb99a7cb1fbd1e92be219f0b948c30b7689d734 /sbin/restore
parentfe063bb84d1657ff868f2c2ec73a39f9b18590f0 (diff)
downloadFreeBSD-src-e5953785d06c108599cb30d8a2cfe0c8b6419ef0.zip
FreeBSD-src-e5953785d06c108599cb30d8a2cfe0c8b6419ef0.tar.gz
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
Diffstat (limited to 'sbin/restore')
-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 15c204ac..6afa591 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>
OpenPOWER on IntegriCloud