OSSP CVS Repository

ossp - Check-in [852]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 852
Date: 2001-Sep-05 09:47:12 (local)
2001-Sep-05 07:47:12 (UTC)
User:rse
Branch:
Comment: Be politically correct: channels are intended to be implemented also by users, which have only access to the public API (l2.h), so do not even try to use anything more in our own shipped channels.
Tickets:
Inspections:
Files:
ossp-pkg/l2/l2_ch_buffer.c      1.13 -> 1.14     0 inserted, 1 deleted
ossp-pkg/l2/l2_ch_fd.c      1.6 -> 1.7     0 inserted, 1 deleted
ossp-pkg/l2/l2_ch_file.c      1.12 -> 1.13     0 inserted, 1 deleted
ossp-pkg/l2/l2_ch_filter.c      1.6 -> 1.7     0 inserted, 1 deleted
ossp-pkg/l2/l2_ch_null.c      1.6 -> 1.7     0 inserted, 1 deleted
ossp-pkg/l2/l2_ch_pipe.c      1.6 -> 1.7     0 inserted, 1 deleted
ossp-pkg/l2/l2_ch_prefix.c      1.6 -> 1.7     0 inserted, 1 deleted
ossp-pkg/l2/l2_ch_socket.c      1.11 -> 1.12     4 inserted, 3 deleted
ossp-pkg/l2/l2_ch_syslog.c      1.13 -> 1.14     0 inserted, 1 deleted

ossp-pkg/l2/l2_ch_buffer.c 1.13 -> 1.14

--- l2_ch_buffer.c       2001/09/04 19:18:49     1.13
+++ l2_ch_buffer.c       2001/09/05 07:47:12     1.14
@@ -28,7 +28,6 @@
 */
 
 #include "l2.h"
-#include "l2_p.h"
 
 #include <string.h>
 


ossp-pkg/l2/l2_ch_fd.c 1.6 -> 1.7

--- l2_ch_fd.c   2001/09/04 19:18:49     1.6
+++ l2_ch_fd.c   2001/09/05 07:47:12     1.7
@@ -28,7 +28,6 @@
 */
 
 #include "l2.h"
-#include "l2_p.h"
 
 static l2_result_t hook_create(l2_context_t *ctx, l2_channel_t *ch)
 {


ossp-pkg/l2/l2_ch_file.c 1.12 -> 1.13

--- l2_ch_file.c 2001/09/04 19:18:49     1.12
+++ l2_ch_file.c 2001/09/05 07:47:12     1.13
@@ -28,7 +28,6 @@
 */
 
 #include "l2.h"
-#include "l2_p.h"
 
 #include <fcntl.h>
 #include <unistd.h>


ossp-pkg/l2/l2_ch_filter.c 1.6 -> 1.7

--- l2_ch_filter.c       2001/09/04 19:18:49     1.6
+++ l2_ch_filter.c       2001/09/05 07:47:12     1.7
@@ -28,7 +28,6 @@
 */
 
 #include "l2.h"
-#include "l2_p.h"
 
 static l2_result_t hook_create(l2_context_t *ctx, l2_channel_t *ch)
 {


ossp-pkg/l2/l2_ch_null.c 1.6 -> 1.7

--- l2_ch_null.c 2001/09/04 19:18:49     1.6
+++ l2_ch_null.c 2001/09/05 07:47:12     1.7
@@ -28,7 +28,6 @@
 */
 
 #include "l2.h"
-#include "l2_p.h"
 
 static l2_result_t hook_create(l2_context_t *ctx, l2_channel_t *ch)
 {


ossp-pkg/l2/l2_ch_pipe.c 1.6 -> 1.7

--- l2_ch_pipe.c 2001/09/04 19:18:49     1.6
+++ l2_ch_pipe.c 2001/09/05 07:47:12     1.7
@@ -28,7 +28,6 @@
 */
 
 #include "l2.h"
-#include "l2_p.h"
 
 static l2_result_t hook_create(l2_context_t *ctx, l2_channel_t *ch)
 {


ossp-pkg/l2/l2_ch_prefix.c 1.6 -> 1.7

--- l2_ch_prefix.c       2001/09/04 19:18:49     1.6
+++ l2_ch_prefix.c       2001/09/05 07:47:12     1.7
@@ -28,7 +28,6 @@
 */
 
 #include "l2.h"
-#include "l2_p.h"
 
 static l2_result_t hook_create(l2_context_t *ctx, l2_channel_t *ch)
 {


ossp-pkg/l2/l2_ch_socket.c 1.11 -> 1.12

--- l2_ch_socket.c       2001/09/04 19:34:33     1.11
+++ l2_ch_socket.c       2001/09/05 07:47:12     1.12
@@ -27,14 +27,15 @@
 **  l2_ch_socket.c: socket channel implementation
 */
 
+#include <unistd.h>
+#include <errno.h>
+#include <netdb.h>
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
-#include <netdb.h>
-#include <unistd.h>
+#include <arpa/inet.h>
 
 #include "l2.h"
-#include "l2_p.h"
 
 #define HAVE_INET_ATON
 #ifndef HAVE_INET_PTON


ossp-pkg/l2/l2_ch_syslog.c 1.13 -> 1.14

--- l2_ch_syslog.c       2001/09/04 19:35:20     1.13
+++ l2_ch_syslog.c       2001/09/05 07:47:12     1.14
@@ -28,7 +28,6 @@
 */
 
 #include "l2.h"
-#include "l2_p.h"
 
 #include <syslog.h>
 

CVSTrac 2.0.1