Bring in some work from FreeBSD:
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 2 Apr 2005 22:25:32 +0000 (22:25 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 2 Apr 2005 22:25:32 +0000 (22:25 +0000)
commit47ab6801eef884f35d291e02ad2670c7f9c1a6b5
treef4d35559c38fb8a909d8b6e5040f7919316b55c3
parent1213fdc4adbca923d0b142f41eedc556e89d0d99
Bring in some work from FreeBSD:

sbin/dump/dump.h      1.7.6.5
sbin/dump/itime.c     1.3.2.2

    do not dump core in -W if dumpdates was not readable and
    ddatev == NULL; remove unused ddates_in.

sbin/dump/traverse.c  1.10.2.7, 1.10.2.8

    Files in subdirectories of directories that have the
    nodump flag set are sometimes incorrectly being dumped.

    Correct a problem with propagation of the nodump flag
    on directories that are larger than one block in size.

Submitted-by: Sepherosa Ziehau <sepherosa@softhome.net>
Taken-from: FreeBSD
sbin/dump/dump.h
sbin/dump/itime.c
sbin/dump/traverse.c