bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Portability fixes for coreutils-5.2.1


From: joerg
Subject: Portability fixes for coreutils-5.2.1
Date: Mon, 9 Jan 2006 23:53:11 +0100
User-agent: Mutt/1.5.11

Hi,
attached are three patches to fix issues on DragonFly.
src/ls.c uses DTTOIFF in one place without checking whether it exists at
all. This is inconsistent with the rest of the file.
src/paste.c depends on FILE being a complete type, which breaks on
DragonFly intentionally. The patches changes it to use explicit boundary
checks for the upper limit and NULL for closed files, both are in my
opinion improvements to the current behaviour.
fpending.m4 currently doesn't include stdio.h, resulting in an unability
to detect __fpending on DragonFly.

Regards,
Joerg Sonnenberger

Attachment: patch-aj
Description: Text document

Attachment: patch-ak
Description: Text document

Attachment: patch-al
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]