1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

*** empty log message ***

This commit is contained in:
Jim Meyering
1999-09-19 16:48:43 +00:00
parent 2e5a37a44e
commit e105d08552
2 changed files with 11 additions and 1 deletions

2
THANKS
View File

@@ -36,7 +36,7 @@ Galen Hazelwood: galenh@micron.net
Germano Leichsenring: germano@jedi.cs.kobe-u.ac.jp
Göran Uddeborg: goeran@uddeborg.pp.se
Greg McGary: gkm@eng.ascend.com
Holger Berger: berger@ehpctc1.nec.tz.uni-stuttgart.de
Holger Berger: hberger@ess.nec.de
Hugh Daniel: hugh@xanadu.com
James: james@albion.glarp.com
James Antill: jmanti%essex.ac.uk@seralph21.essex.ac.uk

View File

@@ -1,5 +1,15 @@
1999-09-19 Jim Meyering <meyering@ascend.com>
* lib/lchown.c [STAT_MACROS_BROKEN] (S_ISLNK): Undefine.
(S_ISLNK): Define if necessary.
This is necessary on a NEC SX-4 with SUPER-UX 9.1.
Based on a patch from Holger Berger.
* src/dd.c (siginfo_handler): Mark parameter with ATTRIBUTE_UNUSED.
Change many counter and index variables to be of unsigned type.
(dd_copy): Add new unsigned variable, n_bytes_read, in place of
many uses of `nread'.
* src/sys2.h (__attribute__): Define.
(ATTRIBUTE_NORETURN): Remove #else clause.
(ATTRIBUTE_UNUSED): Define.