bug-hurd
[Top][All Lists]
Advanced

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

Re: [PATCH, gnumach] ddb: fix implicit declarations


From: Samuel Thibault
Subject: Re: [PATCH, gnumach] ddb: fix implicit declarations
Date: Thu, 4 Jul 2013 23:11:19 +0200
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Marin Ramesa, le Wed 03 Jul 2013 11:35:31 +0200, a écrit :
> +++ ../gnumach1/ddb/db_command.c      2013-07-03 11:10:49.201495677 +0200
> +extern int _setjmp();
> +++ ../gnumach1/ddb/db_cond.c 2013-07-03 11:11:02.679288690 +0200
> +extern int _setjmp();

Please rather put it into a .h file.

> +++ ../gnumach1/ddb/db_examine.h      2013-07-03 10:27:57.205341927 +0200
> @@ -26,8 +26,8 @@
>  #include <ddb/db_expr.h>
> 
>  extern void db_examine_cmd (
> -     db_expr_t addr,
> -     int have_addr,
> +     db_expr_t addr,
> +     int have_addr,

This looks like spurious change.

Samuel



reply via email to

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