Patch from Jeffrey Stedfast <fejj@ximian.com> (#104825)
authorOwen Taylor <otaylor@redhat.com>
Mon, 2 Jun 2003 18:20:25 +0000 (18:20 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 2 Jun 2003 18:20:25 +0000 (18:20 +0000)
commit5f5ab2384c4b5de5be30125ad44fa600e4f6ad5c
tree947a394589ca332f3bf579657ead9ec88ebecaf2
parent6e6bbbd4d5441b6c6393c42d575bf3a308c2ba5d
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