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: Marin Ramesa
Subject: Re: [PATCH, gnumach] ddb: fix implicit declarations
Date: Thu, 04 Jul 2013 23:35:14 +0200

> > +++ ../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
> 

I have no idea how that crept into the patch. I noticed these strange 
changes after I started using diff -Nurp. Or maybe my editor is doing 
some weird edits. Anyway, I am manually deleting them from the patches, 
I hope git format-patch will not produce them.

Will be more careful the next time.


reply via email to

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