summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-07-10 15:34:00 +1000
committerAndrew Tridgell <tridge@samba.org>2007-07-10 15:34:00 +1000
commita78752eae42134cb54d67db6ec9b8a4cd9103ab4 (patch)
tree98af7fc862a36f1108775347d1f6877e06832eaf
parent3973b415beca62b9f1154dac709640b34cbf990f (diff)
update lib/events from samba4 (If->if)
(This used to be ctdb commit 770d1665011af0359aadb2175e9e3440e2effbf5)
-rw-r--r--ctdb/lib/events/events.c2
-rw-r--r--ctdb/lib/events/events.h2
-rw-r--r--ctdb/lib/events/events_aio.c2
-rw-r--r--ctdb/lib/events/events_epoll.c2
-rw-r--r--ctdb/lib/events/events_internal.h2
-rw-r--r--ctdb/lib/events/events_liboop.c2
-rw-r--r--ctdb/lib/events/events_select.c2
-rw-r--r--ctdb/lib/events/events_signal.c2
-rw-r--r--ctdb/lib/events/events_standard.c2
-rw-r--r--ctdb/lib/events/events_timed.c2
10 files changed, 10 insertions, 10 deletions
diff --git a/ctdb/lib/events/events.c b/ctdb/lib/events/events.c
index bb3e68bdc9..9ba3254190 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 <http://www.gnu.org/licenses/>.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/ctdb/lib/events/events.h b/ctdb/lib/events/events.h
index 32257dda8c..0c0e8fe697 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 <http://www.gnu.org/licenses/>.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __EVENTS_H__
diff --git a/ctdb/lib/events/events_aio.c b/ctdb/lib/events/events_aio.c
index 7387382cc3..a0417384e0 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 <http://www.gnu.org/licenses/>.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*
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 c888b15322..5e1c1417c8 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 <http://www.gnu.org/licenses/>.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "includes.h"
diff --git a/ctdb/lib/events/events_internal.h b/ctdb/lib/events/events_internal.h
index cb51599f48..d8c14ead95 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 <http://www.gnu.org/licenses/>.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
struct event_ops {
diff --git a/ctdb/lib/events/events_liboop.c b/ctdb/lib/events/events_liboop.c
index 39587f2517..946c3888c1 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 <http://www.gnu.org/licenses/>.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "includes.h"
diff --git a/ctdb/lib/events/events_select.c b/ctdb/lib/events/events_select.c
index b19929136b..3f9eeb5617 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 <http://www.gnu.org/licenses/>.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/ctdb/lib/events/events_signal.c b/ctdb/lib/events/events_signal.c
index 8bab099f53..2f6d499383 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 <http://www.gnu.org/licenses/>.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "includes.h"
diff --git a/ctdb/lib/events/events_standard.c b/ctdb/lib/events/events_standard.c
index fcf1207790..5e529d66ab 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 <http://www.gnu.org/licenses/>.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/*
diff --git a/ctdb/lib/events/events_timed.c b/ctdb/lib/events/events_timed.c
index 23d4c861ac..389c2cbbb7 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 <http://www.gnu.org/licenses/>.
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "includes.h"