ossp-pkg/l2/l2_ch_socket.c 1.37 -> 1.38
--- l2_ch_socket.c 2002/11/09 14:44:31 1.37
+++ l2_ch_socket.c 2003/01/06 11:41:51 1.38
@@ -1,9 +1,10 @@
/*
-** OSSP l2 - Logging Library
-** Copyright (c) 2001-2002 The OSSP Project (http://www.ossp.org/)
-** Copyright (c) 2001-2002 Cable & Wireless Deutschland (http://www.cw.com/de/)
+** OSSP l2 - Flexible Logging
+** Copyright (c) 2001-2003 Cable & Wireless Deutschland GmbH
+** Copyright (c) 2001-2003 The OSSP Project (http://www.ossp.org/)
+** Copyright (c) 2001-2003 Ralf S. Engelschall <rse@engelschall.com>
**
-** This file is part of OSSP L2, a flexible logging library which
+** This file is part of OSSP l2, a flexible logging library which
** can be found at http://www.ossp.org/pkg/lib/l2/.
**
** Permission to use, copy, modify, and distribute this software for
@@ -43,7 +44,7 @@
char *szProto;
char *szHost;
char *szPort;
- long nTimeout;
+ long nTimeout;
sa_addr_t *saaRemote;
sa_t *saRemote;
} l2_ch_socket_t;
@@ -143,7 +144,7 @@
return (rc == SA_ERR_SYS ? L2_ERR_SYS : L2_ERR_INT);
}
- /* write message to channel socket, but check to make
+ /* write message to channel socket, but check to make
sure that the whole message was successfully written */
sizeWrite = 0;
sizeRemain = buf_size;
|
|