rbb 2002/07/10 23:28:40
Modified: include/arch/os2 networkio.h
Log:
Remove the apr_pollfd_t structure from OS/2. This structure is no longer
needed.
Revision Changes Path
1.26 +0 -10 apr/include/arch/os2/networkio.h
Index: networkio.h
===================================================================
RCS file: /home/cvs/apr/include/arch/os2/networkio.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- networkio.h 1 Apr 2002 14:13:44 -0000 1.25
+++ networkio.h 11 Jul 2002 06:28:40 -0000 1.26
@@ -77,16 +77,6 @@
apr_int32_t inherit;
};
-struct apr_pollfd_t {
- apr_pool_t *cntxt;
- int *socket_list;
- int *r_socket_list;
- int num_read;
- int num_write;
- int num_except;
- int num_total;
-};
-
/* Error codes returned from sock_errno() */
#define SOCBASEERR 10000
#define SOCEPERM (SOCBASEERR+1) /* Not owner */