Re: [libvirt] [PATCH] add "const" to file-scoped statics

2008-05-09 Thread Jim Meyering
"Daniel P. Berrange" <[EMAIL PROTECTED]> wrote: > On Thu, May 08, 2008 at 04:40:11PM +0200, Jim Meyering wrote: >> >From fed1a1abfd2b9ece7bd8e44aae13de91eaad4f5d Mon Sep 17 00:00:00 2001 >> From: Jim Meyering <[EMAIL PROTECTED]> >> Date: Wed, 7 May 2008 23:12:13 +0200 >> Subject: [PATCH] add "const

Re: [libvirt] [PATCH] add "const" to file-scoped statics

2008-05-08 Thread Daniel P. Berrange
On Thu, May 08, 2008 at 04:40:11PM +0200, Jim Meyering wrote: > > >From fed1a1abfd2b9ece7bd8e44aae13de91eaad4f5d Mon Sep 17 00:00:00 2001 > From: Jim Meyering <[EMAIL PROTECTED]> > Date: Wed, 7 May 2008 23:12:13 +0200 > Subject: [PATCH] add "const" to file-scoped statics > > These were relatively

[libvirt] [PATCH] add "const" to file-scoped statics

2008-05-08 Thread Jim Meyering
>From fed1a1abfd2b9ece7bd8e44aae13de91eaad4f5d Mon Sep 17 00:00:00 2001 From: Jim Meyering <[EMAIL PROTECTED]> Date: Wed, 7 May 2008 23:12:13 +0200 Subject: [PATCH] add "const" to file-scoped statics These were relatively new additions to the list from here: nm src/*.o|grep ' D '. This is another