From: Andrew Tridgell Date: Tue, 10 Jul 2007 05:34:00 +0000 (+1000) Subject: update lib/events from samba4 (If->if) X-Git-Tag: tevent-0.9.20~348^2~2459 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a78752eae42134cb54d67db6ec9b8a4cd9103ab4;p=thirdparty%2Fsamba.git update lib/events from samba4 (If->if) (This used to be ctdb commit 770d1665011af0359aadb2175e9e3440e2effbf5) --- diff --git a/ctdb/lib/events/events.c b/ctdb/lib/events/events.c index bb3e68bdc99..9ba3254190c 100644 --- a/ctdb/lib/events/events.c +++ b/ctdb/lib/events/events.c @@ -14,7 +14,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, see . + along with this program. If not, see . */ /* diff --git a/ctdb/lib/events/events.h b/ctdb/lib/events/events.h index 32257dda8ca..0c0e8fe697a 100644 --- a/ctdb/lib/events/events.h +++ b/ctdb/lib/events/events.h @@ -16,7 +16,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, see . + along with this program. If not, see . */ #ifndef __EVENTS_H__ diff --git a/ctdb/lib/events/events_aio.c b/ctdb/lib/events/events_aio.c index 7387382cc3b..a0417384e0b 100644 --- a/ctdb/lib/events/events_aio.c +++ b/ctdb/lib/events/events_aio.c @@ -18,7 +18,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, see . + along with this program. If not, see . */ /* this is a very strange beast. The Linux AIO implementation doesn't diff --git a/ctdb/lib/events/events_epoll.c b/ctdb/lib/events/events_epoll.c index c888b15322f..5e1c1417c86 100644 --- a/ctdb/lib/events/events_epoll.c +++ b/ctdb/lib/events/events_epoll.c @@ -17,7 +17,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, see . + along with this program. If not, see . */ #include "includes.h" diff --git a/ctdb/lib/events/events_internal.h b/ctdb/lib/events/events_internal.h index cb51599f48e..d8c14ead952 100644 --- a/ctdb/lib/events/events_internal.h +++ b/ctdb/lib/events/events_internal.h @@ -18,7 +18,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, see . + along with this program. If not, see . */ struct event_ops { diff --git a/ctdb/lib/events/events_liboop.c b/ctdb/lib/events/events_liboop.c index 39587f25177..946c3888c16 100644 --- a/ctdb/lib/events/events_liboop.c +++ b/ctdb/lib/events/events_liboop.c @@ -16,7 +16,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, see . + along with this program. If not, see . */ #include "includes.h" diff --git a/ctdb/lib/events/events_select.c b/ctdb/lib/events/events_select.c index b19929136b4..3f9eeb5617c 100644 --- a/ctdb/lib/events/events_select.c +++ b/ctdb/lib/events/events_select.c @@ -15,7 +15,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, see . + along with this program. If not, see . */ /* diff --git a/ctdb/lib/events/events_signal.c b/ctdb/lib/events/events_signal.c index 8bab099f536..2f6d4993832 100644 --- a/ctdb/lib/events/events_signal.c +++ b/ctdb/lib/events/events_signal.c @@ -16,7 +16,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, see . + along with this program. If not, see . */ #include "includes.h" diff --git a/ctdb/lib/events/events_standard.c b/ctdb/lib/events/events_standard.c index fcf1207790c..5e529d66ab4 100644 --- a/ctdb/lib/events/events_standard.c +++ b/ctdb/lib/events/events_standard.c @@ -15,7 +15,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, see . + along with this program. If not, see . */ /* diff --git a/ctdb/lib/events/events_timed.c b/ctdb/lib/events/events_timed.c index 23d4c861ac1..389c2cbbb7c 100644 --- a/ctdb/lib/events/events_timed.c +++ b/ctdb/lib/events/events_timed.c @@ -17,7 +17,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, see . + along with this program. If not, see . */ #include "includes.h"