X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=rLH5TEIi/1CoedMclYFmLj4NVl5qgAQDIZjXC9rk5w4=; b=CDlNTFZ5gdZQjXCAAzSHjjQG0TGn+/DdnqFXKF4UotlOdNU0lmIEkt33o9EaxGBSLW 4yWDarDvpISEVAUz5ukmmVxF66KIlZ3ZuGkKygrCfi1Ch/ChJXfCfvCUBoKquEDGw19J BLSXaTekhqFcgXNvujAFdygJpq4/vATr6xC84= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=is40iC2t/ViwGE84P/nKQQJes6xM6W9IH2CgtXoFb+7hFk1U8NOcJWbrv5FIoaWV6P rmFy9ExJNqoVeLmnHTGDFZigVtgwJhST1mKU0dJv1rMIaxN4ememUEZ5Rmc1kGTMf1ar YBv3PpoQy+9p7DvD2vvzquJo5iCdOJzWX4mMM= Message-ID: Date: Tue, 17 Jun 2008 12:49:08 +0200 From: "Laurynas Biveinis" Sender: laurynas DOT biveinis AT gmail DOT com To: djgpp-workers AT delorie DOT com Subject: Re: What are usefull errno values produced by readdiir? In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200806171146 DOT 59903 DOT juan DOT guerrero AT gmx DOT de> X-Google-Sender-Auth: df1ad962f2f22ca4 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 am the author of symlink code (heh, it's been nine years...) I don't remember any details, but it looks like that I've introduced this issue. If the file size is 510 bytes, the code should check if it's really a symlink, but if it is not, then the old errno value should be preserved. -- Laurynas