bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Building the Hurd with gcc-4.0


From: Thomas Schwinge
Subject: [PATCH] Building the Hurd with gcc-4.0
Date: Fri, 2 Sep 2005 00:49:50 +0200
User-agent: Mutt/1.5.9i

Hi!

The attached `hurd_v.s._gcc-4.0.patch' makes the Hurd buildable with
gcc-4.0.

The ChangeLog in a condensed form:
#v+
2005-09-01  Thomas Schwinge  <schwinge@nic-nac-project.de>

        * boot/boot.c (boot_script_exec_cmd): Fix invalid lvalues.
        * libdiskfs/priv.h: Include <argp.h>.
        * nfsd/loop.c (server_loop): Fix invalid lvalues.
        * pfinet/glue-include/asm/system.h (xchg): Fix invalid lvalue.
        * pfinet/linux-src/net/ipv4/tcp_ipv4.c (tcp_v4_rst_req): Don't use ?:
        as a lvalue.
        * ufs/dir.h (DIRECT_NAMELEN): Don't use ?: as a lvalue.
        * ufs-utils/mkfs.c (parse_opt): Move UP's functionality into UP_INT in
        order to fix invalid lvalues.
        * utils/ps.c (current_tty_name): Don't declare as `static'.
        * utils/rpctrace.c (print_contents): Don't use ?: as a lvalue.
        (msgids_file_p) Don't declare as `static'.
#v-


I also attached a fixed version of Alfred's `kalloc.c.diff'.

serverboot/ChangeLog
#v+
2005-08-13  Alfred M. Szmidt  <ams@gnu.org>

        * kalloc.c: #include <malloc.h>
        (init_hook, malloc_hook, free_hook): New functions.
        (__malloc_initialize_hook): New variable.
        (malloc, free): Functions removed.
#v-


Regards,
 Thomas

Attachment: hurd_v.s._gcc-4.0.patch
Description: Text document

Attachment: kalloc.c.diff
Description: Text document


reply via email to

[Prev in Thread] Current Thread [Next in Thread]