Changeset 78 for SH_SHM/trunk/source/port_io.c
- Timestamp:
- 11/10/2008 03:58:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
SH_SHM/trunk/source/port_io.c
r16 r78 2 2 * ========= 3 3 * 4 * version 2, 9-Jul-20064 * version 3, 9-Jul-2006 5 5 * 6 6 * socket server test program 7 7 * 8 8 * K. Stammler, 28-Jun-2006 9 */ 10 11 9 * M. Walther, 22-Oct-2008 10 */ 11 12 13 #include <arpa/inet.h> 12 14 #include <stdio.h> 15 #include <string.h> 13 16 #include <errno.h> 14 17 #include <stdlib.h> … … 86 89 int i; /* counter */ 87 90 struct sockaddr_in clientname; /* name of client */ 88 s ize_t size; /* size of clientname structure */91 socklen_t size; /* size of clientname structure */ 89 92 90 93 /* executable code */
Note: See TracChangeset
for help on using the changeset viewer.