and an update to the restore program to restore all dumped extended
attributes. The affected files and the version being MFC'ed:
Revision Path
1.11 src/include/protocols/dumprestore.h
1.28 src/sbin/dump/dump.h
1.38 src/sbin/dump/traverse.c
1.31 src/sbin/restore/dirs.c
1.11 src/sbin/restore/extern.h
1.12 src/sbin/restore/restore.h
1.48 src/sbin/restore/tape.c
1.16 src/sys/sys/extattr.h
1.21 src/sys/ufs/ufs/extattr.h
1.24 src/share/man/man5/fs.5
Note that this code will not compile until these header
files have been updated: <protocols/dumprestore.h> and
<sys/extattr.h>. This should happen in the course of doing
a normal `buildworld'.
This resolves PR 93085 which will be closed.
PR: bin/93085
MFC request by: Robert Watson