Rename all struct members named: read, write, close, truncate, or mount to
authorAlexander Larsson <alexl@redhat.com>
Wed, 5 Dec 2007 10:38:03 +0000 (10:38 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Wed, 5 Dec 2007 10:38:03 +0000 (10:38 +0000)
commit2c362b7f9eb7cc81f37970e24c5b5dcdc56ea6d5
treec9e9430e3c9954ee332271980d4e157aeafa0543
parenta8a42c8b15f38302939c9b7b198d59be29805cb2
Rename all struct members named: read, write, close, truncate, or mount to

2007-12-05  Alexander Larsson  <alexl@redhat.com>

        * gbufferedinputstream.c:
        * gbufferedoutputstream.c:
        * gdrive.[ch]:
        * gfile.[ch]:
        * gfileenumerator.[ch]:
        * gfileinputstream.c:
        * gfileoutputstream.[ch]:
        * gfilterinputstream.c:
        * gfilteroutputstream.c:
        * ginputstream.[ch]:
        * glocalfile.c:
        * glocalfileenumerator.c:
        * glocalfileinputstream.c:
        * glocalfileoutputstream.c:
        * gmemoryinputstream.c:
        * gmemoryoutputstream.c:
        * goutputstream.[ch]:
        * gseekable.[ch]:
        * gunixdrive.c:
        * gunixinputstream.c:
        * gunixoutputstream.c:
Rename all struct members named:
read, write, close, truncate, or mount
to foo_fn, as these are reserved names
and could be defined as macros in libc.
(#501645)

svn path=/trunk/; revision=6048
29 files changed:
gio/ChangeLog
gio/gbufferedinputstream.c
gio/gbufferedoutputstream.c
gio/gdrive.c
gio/gdrive.h
gio/gfile.c
gio/gfile.h
gio/gfileenumerator.c
gio/gfileenumerator.h
gio/gfileinputstream.c
gio/gfileoutputstream.c
gio/gfileoutputstream.h
gio/gfilterinputstream.c
gio/gfilteroutputstream.c
gio/ginputstream.c
gio/ginputstream.h
gio/glocalfile.c
gio/glocalfileenumerator.c
gio/glocalfileinputstream.c
gio/glocalfileoutputstream.c
gio/gmemoryinputstream.c
gio/gmemoryoutputstream.c
gio/goutputstream.c
gio/goutputstream.h
gio/gseekable.c
gio/gseekable.h
gio/gunixdrive.c
gio/gunixinputstream.c
gio/gunixoutputstream.c