summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/ldiv.c
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2010-04-11 18:44:42 +0000
committerkientzle <kientzle@FreeBSD.org>2010-04-11 18:44:42 +0000
commitf0d40dc1bec03e04ae26310c6ba6e6b6964c3701 (patch)
tree500c4d1004c8c87becb9af0727254bb7b404df2a /lib/libc/stdlib/ldiv.c
parent35f1e4bd73b81f6e82bfa29f1b502ad624c17cb2 (diff)
downloadFreeBSD-src-f0d40dc1bec03e04ae26310c6ba6e6b6964c3701.zip
FreeBSD-src-f0d40dc1bec03e04ae26310c6ba6e6b6964c3701.tar.gz
If a file is specifically both included and excluded, then:
* It is not extracted (because it is excluded) * If it's not present in the archive, then an error is reported (because the file was requested and not found) * If it is present in the archive, no error is reported. Previously, this would always report an error because the exclusion prevented the entry from matching the inclusion. Also, tar is now more reluctant to report unmatched inclusions. Previously, "tar x file1 'file*'" against an archive that contained a single entry "file1" would match file1 and then report an error for the second pattern because it wasn't matched. It now considers both inclusions to be matched and reports no error.
Diffstat (limited to 'lib/libc/stdlib/ldiv.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud