Patch from Jeffrey Stedfast <fejj@ximian.com> (#104825)
commit4bfe2a42f5ddd366f0584e5730e35b9ad7585fa2
authorOwen Taylor <otaylor@redhat.com>
Mon, 2 Jun 2003 18:20:38 +0000 (2 18:20 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 2 Jun 2003 18:20:38 +0000 (2 18:20 +0000)
tree4fc8f1f7d1b8705f9bc4bae7f9beb71d743e3c3f
parentacc12ec518f1d43d70f8cb46bf0468090fd60999
Patch from Jeffrey Stedfast <fejj@ximian.com> (#104825)

Mon Jun  2 14:18:21 2003  Owen Taylor  <otaylor@redhat.com>

        Patch from Jeffrey Stedfast <fejj@ximian.com> (#104825)

        * glib/gspawn.c (read_data): Don't read() into '&buf', while this
        is technically okay - it is clearer as just 'buf'.
        (write_all): New helper function that handles write() interrupts.
        (write_err_and_exit): Use write_all() instead of write().
        (fork_exec_with_pipes): Same here.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib/gspawn.c