]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
1998-09-12 Mark Kettenis <kettenis@phys.uva.nl>
authorRoland McGrath <roland@gnu.org>
Sun, 29 Nov 1998 16:07:30 +0000 (16:07 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 29 Nov 1998 16:07:30 +0000 (16:07 +0000)
* hurd/hurdstartup.c: Do not include hurdmalloc.h; _hurd_startup
does not use any of malloc/realloc/free anymore.  Include
set-hooks.h with <> instead of "".

ChangeLog
hurd/hurdstartup.c

index 939b4a3aef1436c86c6a67b840ea048e9fb576bf..b45aaac1e60c6bf377ed950fc5e6a2340bf650a1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1998-09-12  Mark Kettenis  <kettenis@phys.uva.nl>
+
+       * hurd/hurdstartup.c: Do not include hurdmalloc.h; _hurd_startup
+       does not use any of malloc/realloc/free anymore.  Include
+       set-hooks.h with <> instead of "".
+
 1998-11-29  Roland McGrath  <roland@baalperazim.frob.com>
 
        * sunrpc/svc_unix.c (__msgread): Move ON local var inside block
index 543d135120fdd6c48e484a13e93e1dcae54b4e64..1daea5e77508e37b0ea109423c606fd1b39a8736 100644 (file)
@@ -1,5 +1,5 @@
 /* Initial program startup for running under the GNU Hurd.
-   Copyright (C) 1991, 92, 93, 94, 95, 96, 97 Free Software Foundation, Inc.
+   Copyright (C) 1991,92,93,94,95,96,97,98 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -28,7 +28,6 @@
 #include <unistd.h>
 #include <elf.h>
 #include "set-hooks.h"
-#include "hurdmalloc.h"                /* XXX */
 #include "hurdstartup.h"
 #include <argz.h>