Date: Mon, 26 Jun 2000 10:53:27 -0400 Message-Id: <200006261453.KAA11494@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <395643BB.7109B0DA@softhome.net> (message from Laurynas Biveinis on Sun, 25 Jun 2000 19:39:07 +0200) Subject: Re: Patch: chown() preparation for symlinks References: <395643BB DOT 7109B0DA AT softhome DOT net> 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 > -#include This include is *never* redundant. Without this, we will create a libc that violates ANSI/POSIX namespace rules. Please do not remove includes just because it "compiles anyway" without them. They're there for a reason.