Subject: CVS commit: pkgsrc/sysutils/coreutils
To: None <pkgsrc-changes@NetBSD.org>
From: Joerg Sonnenberger <joerg@netbsd.org>
List: pkgsrc-changes
Date: 01/09/2006 22:45:08
Module Name:	pkgsrc
Committed By:	joerg
Date:		Mon Jan  9 22:45:08 UTC 2006

Modified Files:
	pkgsrc/sysutils/coreutils: distinfo
	pkgsrc/sysutils/coreutils/patches: patch-ca
Added Files:
	pkgsrc/sysutils/coreutils/patches: patch-aj patch-ak

Log Message:
In ls.c, use d_type field only, if DTTOIF is defined as well.
In paste.c, do real boundary checks and consider NULL FILE pointers as
closed files. This replaces use of global dummy FILEs, which is not
possible on DragonFly, since FILE is incompletly.
In configure, include stdio.h when checking for __fpending, since
the prototype is defined there on DragonFly.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/sysutils/coreutils/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/sysutils/coreutils/patches/patch-aj \
    pkgsrc/sysutils/coreutils/patches/patch-ak
cvs rdiff -r1.1 -r1.2 pkgsrc/sysutils/coreutils/patches/patch-ca

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.