summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2000-04-03 18:44:54 +0000
committerRoland McGrath <roland@gnu.org>2000-04-03 18:44:54 +0000
commit915f6e963e74ea885cd97f0aa90831fbdc76ebb8 (patch)
tree5f72b53499a16110964f4f3399f5691e5c67d84c
parent686f183021a1a1797daf8787fdc400ea659337ee (diff)
.
-rw-r--r--pfinet/ChangeLog5
-rw-r--r--serverboot/ChangeLog5
2 files changed, 10 insertions, 0 deletions
diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog
index 82818336..4266edce 100644
--- a/pfinet/ChangeLog
+++ b/pfinet/ChangeLog
@@ -1,3 +1,8 @@
+2000-04-03 Roland McGrath <roland@baalperazim.frob.com>
+
+ * glue-include/asm/byteorder.h: Include <hurd.h> early on,
+ to get the things it #include's that need __BYTE_ORDER to work.
+
2000-03-17 Thomas Bushnell, BSG <tb@mit.edu>
* main.c (arrange_shutdown_notification): Don't use MAKE_SEND in
diff --git a/serverboot/ChangeLog b/serverboot/ChangeLog
index b9ef7604..d95bc2a5 100644
--- a/serverboot/ChangeLog
+++ b/serverboot/ChangeLog
@@ -1,3 +1,8 @@
+2000-04-03 Roland McGrath <roland@baalperazim.frob.com>
+
+ * panic.c: Include <stdarg.h> instead of <varargs.h>.
+ (panic): Use stdarg style.
+
2000-01-03 Roland McGrath <roland@baalperazim.frob.com>
* file_io.h: Include "../ext2fs/ext2_fs.h" instead of "ext2_fs.h".