From: Paul Eggert Date: Tue, 23 Nov 2010 20:57:47 +0000 (-0800) Subject: tar: work around FreeBSD symlink incompatibility with POSIX X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=1584b72ff271e7f826dd64d7a1c7cd2f66504acb;hp=1584b72ff271e7f826dd64d7a1c7cd2f66504acb;p=chaz%2Ftar tar: work around FreeBSD symlink incompatibility with POSIX * src/extract.c (maybe_recoverable): Treat EMLINK like ELOOP, for FreeBSD. Problem reported by Christian Weisgerber in . ---