patch-2.1.11 linux/include/linux/in.h
Next file: linux/include/linux/ipx.h
Previous file: linux/include/linux/igmp.h
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Nov 18 15:11:02 1996
- Orig file:
v2.1.10/linux/include/linux/in.h
- Orig date:
Fri Nov 15 23:49:10 1996
diff -u --recursive --new-file v2.1.10/linux/include/linux/in.h linux/include/linux/in.h
@@ -57,7 +57,7 @@
/* Structure describing an Internet (IP) socket address. */
#define __SOCK_SIZE__ 16 /* sizeof(struct sockaddr) */
struct sockaddr_in {
- unsigned short int sin_family; /* Address family */
+ sa_family_t sin_family; /* Address family */
unsigned short int sin_port; /* Port number */
struct in_addr sin_addr; /* Internet address */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov