remove the fedora package, and point at the repository instead
[kai/samba-autobuild/.git] / packaging4 / Fedora / cplusplus-headers.patch
diff --git a/packaging4/Fedora/cplusplus-headers.patch b/packaging4/Fedora/cplusplus-headers.patch
deleted file mode 100644 (file)
index ce05f54..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-diff -Naur samba-4.0.0alpha5-orig/source/lib/events/events.h samba-4.0.0alpha5/source/lib/events/events.h
---- samba-4.0.0alpha5-orig/source/lib/events/events.h  2008-06-30 19:34:11.000000000 +1000
-+++ samba-4.0.0alpha5/source/lib/events/events.h       2008-07-25 20:02:56.000000000 +1000
-@@ -53,24 +53,24 @@
- struct fd_event *event_add_fd(struct event_context *ev, TALLOC_CTX *mem_ctx,
-                             int fd, uint16_t flags, event_fd_handler_t handler,
--                            void *private);
-+                            void *private_data);
- struct timed_event *event_add_timed(struct event_context *ev, TALLOC_CTX *mem_ctx,
-                                   struct timeval next_event, 
-                                   event_timed_handler_t handler, 
--                                  void *private);
-+                                  void *private_data);
- struct signal_event *event_add_signal(struct event_context *ev, TALLOC_CTX *mem_ctx,
-                                     int signum, int sa_flags,
-                                     event_signal_handler_t handler, 
--                                    void *private);
-+                                    void *private_data);
- struct iocb;
- struct aio_event *event_add_aio(struct event_context *ev,
-                               TALLOC_CTX *mem_ctx,
-                               struct iocb *iocb,
-                               event_aio_handler_t handler,
--                              void *private);
-+                              void *private_data);
- int event_loop_once(struct event_context *ev);
- int event_loop_wait(struct event_context *ev);