diff options
author | Havoc Pennington <hp@redhat.com> | 2003-02-16 07:20:54 +0000 |
---|---|---|
committer | Havoc Pennington <hp@redhat.com> | 2003-02-16 07:20:54 +0000 |
commit | 4a8a03aeb7430a570618ffec08616c4c87c4ee73 (patch) | |
tree | a3ae8240f121e1bfe5bf5df08890ae933f5489d7 /bus | |
parent | 30265b80acc505602e38d19c7d3036c19ee39340 (diff) | |
download | dbus-4a8a03aeb7430a570618ffec08616c4c87c4ee73.tar.gz |
2003-02-16 Havoc Pennington <hp@pobox.com>
* dbus/dbus-connection.c (dbus_connection_set_change_sigpipe):
allow people to avoid setting SIGPIPE to SIG_IGN
(_dbus_connection_new_for_transport): disable SIGPIPE unless
we've been asked not to
Diffstat (limited to 'bus')
-rw-r--r-- | bus/.cvsignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bus/.cvsignore b/bus/.cvsignore index 8b966130..2c217808 100644 --- a/bus/.cvsignore +++ b/bus/.cvsignore @@ -5,3 +5,7 @@ Makefile.in *.lo *.la dbus-daemon-1 +*.bb +*.bbg +*.da +*.gcov |