OSDN Git Service

A last minute addition
authorEric Andersen <andersen@codepoet.org>
Wed, 10 Apr 2002 13:01:33 +0000 (13:01 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 10 Apr 2002 13:01:33 +0000 (13:01 -0000)
Changelog

index 99c5964..c10f71e 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -55,6 +55,10 @@ Yoshinori Sato:
 David Schleef:
     o   Made powerpc assembly code PIC-compatible
     o   Removed powerpc R_PPC_REL24 handling, since it was deceptively useless.
+John Traill:
+    o   Several types on powerpc, such as dev_t, are different than on other 
+       architectures.  John spotted this, which fixed a _ton_ of problems since
+       anything calling stat() was previously broken.
 Jim Treadway:
     o   Eliminated use of alarm() from the DNS resolver by converting
        it to use select instead (much cleaner).