[PATCH:libpciaccess 1/2] Move 'const' to correct place, so it has meaning.

2013-06-11 Thread Thomas Klausner
--- src/common_interface.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common_interface.c b/src/common_interface.c index 6dccf8e..3425edc 100644 --- a/src/common_interface.c +++ b/src/common_interface.c @@ -268,7 +268,7 @@ pci_device_map_range(struct pci_device *dev, pc

Re: [PATCH:libpciaccess 1/2] Move 'const' to correct place, so it has meaning.

2013-06-11 Thread Alan Coopersmith
Thanks for following these through - I've now pushed both patches of this set to git master: To ssh://git.freedesktop.org/git/xorg/lib/libpciaccess 719888a..5aff35d master -> master Looks like we should make a libpciaccess 0.13.2 release soon with all the changes that have accumulated since

Re: [PATCH:libpciaccess 1/2] Move 'const' to correct place, so it has meaning.

2013-06-12 Thread Thomas Klausner
On Tue, Jun 11, 2013 at 11:22:32PM -0700, Alan Coopersmith wrote: > Thanks for following these through - I've now pushed both patches > of this set to git master: > > To ssh://git.freedesktop.org/git/xorg/lib/libpciaccess >719888a..5aff35d master -> master Thank you! > Looks like we should