Date: Thu, 26 Sep 2002 12:17:37 -0400 Message-Id: <200209261617.g8QGHbv05036@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT delorie DOT com using -f From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: (ST001906 AT HRZ1 DOT HRZ DOT TU-Darmstadt DOT De) Subject: Re: link specific bug in djtar References: Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk I would worry about IS_ conflicting with system headers. Perhaps we should just put the check inline, with an explanatory comment, like this? if (header.flags[0] == '1' || header.flags[0] == '2') { /* Symbolic links always have zero data, but some broken tar programs claim otherwise. */ size = 0; }