Rev 572: update lib/events from samba4 (If->if) in http://samba.org/~tridge/ctdb

tridge at samba.org tridge at samba.org
Tue Jul 10 05:34:00 GMT 2007


------------------------------------------------------------
revno: 572
revision-id: tridge at samba.org-20070710053400-0vld20xznb3aiz5s
parent: tridge at samba.org-20070710053227-3nuy4gnq3bj3shc1
committer: Andrew Tridgell <tridge at samba.org>
branch nick: tridge
timestamp: Tue 2007-07-10 15:34:00 +1000
message:
  update lib/events from samba4 (If->if)
modified:
  lib/events/events.c            events.c-20061117234101-o3qt14umlg9en8z0-26
  lib/events/events.h            events.h-20061117234101-o3qt14umlg9en8z0-27
  lib/events/events_aio.c        events_aio.c-20070501213746-4fxluwiq4rcxib8p-1
  lib/events/events_epoll.c      events_epoll.c-20070501213746-4fxluwiq4rcxib8p-2
  lib/events/events_internal.h   events_internal.h-20061117234101-o3qt14umlg9en8z0-28
  lib/events/events_liboop.c     events_liboop.c-20061117234101-o3qt14umlg9en8z0-29
  lib/events/events_select.c     events_select.c-20070501213746-4fxluwiq4rcxib8p-3
  lib/events/events_signal.c     events_signal.c-20070501213746-4fxluwiq4rcxib8p-4
  lib/events/events_standard.c   events_standard.c-20061117234101-o3qt14umlg9en8z0-30
  lib/events/events_timed.c      events_timed.c-20070501213746-4fxluwiq4rcxib8p-5
=== modified file 'lib/events/events.c'
--- a/lib/events/events.c	2007-07-10 05:29:31 +0000
+++ b/lib/events/events.c	2007-07-10 05:34:00 +0000
@@ -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/>.
 */
 
 /*

=== modified file 'lib/events/events.h'
--- a/lib/events/events.h	2007-07-10 05:29:31 +0000
+++ b/lib/events/events.h	2007-07-10 05:34:00 +0000
@@ -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__

=== modified file 'lib/events/events_aio.c'
--- a/lib/events/events_aio.c	2007-07-10 05:29:31 +0000
+++ b/lib/events/events_aio.c	2007-07-10 05:34:00 +0000
@@ -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

=== modified file 'lib/events/events_epoll.c'
--- a/lib/events/events_epoll.c	2007-07-10 05:29:31 +0000
+++ b/lib/events/events_epoll.c	2007-07-10 05:34:00 +0000
@@ -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"

=== modified file 'lib/events/events_internal.h'
--- a/lib/events/events_internal.h	2007-07-10 05:29:31 +0000
+++ b/lib/events/events_internal.h	2007-07-10 05:34:00 +0000
@@ -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 {

=== modified file 'lib/events/events_liboop.c'
--- a/lib/events/events_liboop.c	2007-07-10 05:29:31 +0000
+++ b/lib/events/events_liboop.c	2007-07-10 05:34:00 +0000
@@ -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"

=== modified file 'lib/events/events_select.c'
--- a/lib/events/events_select.c	2007-07-10 05:29:31 +0000
+++ b/lib/events/events_select.c	2007-07-10 05:34:00 +0000
@@ -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/>.
 */
 
 /*

=== modified file 'lib/events/events_signal.c'
--- a/lib/events/events_signal.c	2007-07-10 05:29:31 +0000
+++ b/lib/events/events_signal.c	2007-07-10 05:34:00 +0000
@@ -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"

=== modified file 'lib/events/events_standard.c'
--- a/lib/events/events_standard.c	2007-07-10 05:29:31 +0000
+++ b/lib/events/events_standard.c	2007-07-10 05:34:00 +0000
@@ -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/>.
 */
 
 /*

=== modified file 'lib/events/events_timed.c'
--- a/lib/events/events_timed.c	2007-07-10 05:29:31 +0000
+++ b/lib/events/events_timed.c	2007-07-10 05:34:00 +0000
@@ -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"



More information about the samba-cvs mailing list