From 915f6e963e74ea885cd97f0aa90831fbdc76ebb8 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 3 Apr 2000 18:44:54 +0000 Subject: [PATCH] . --- pfinet/ChangeLog | 5 +++++ serverboot/ChangeLog | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog index 828183364..4266edced 100644 --- a/pfinet/ChangeLog +++ b/pfinet/ChangeLog @@ -1,3 +1,8 @@ +2000-04-03 Roland McGrath + + * glue-include/asm/byteorder.h: Include early on, + to get the things it #include's that need __BYTE_ORDER to work. + 2000-03-17 Thomas Bushnell, BSG * main.c (arrange_shutdown_notification): Don't use MAKE_SEND in diff --git a/serverboot/ChangeLog b/serverboot/ChangeLog index b9ef76043..d95bc2a59 100644 --- a/serverboot/ChangeLog +++ b/serverboot/ChangeLog @@ -1,3 +1,8 @@ +2000-04-03 Roland McGrath + + * panic.c: Include instead of . + (panic): Use stdarg style. + 2000-01-03 Roland McGrath * file_io.h: Include "../ext2fs/ext2_fs.h" instead of "ext2_fs.h".