diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-10-06 15:37:11 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-10-06 15:37:11 -0700 |
commit | ce6b7ea953dd0a974a0123e6674803a3b0b1f5a2 (patch) | |
tree | c902f3cee4e949565f4388bb5fd1462a932eff41 /system/include/net/netinet/in.h | |
parent | 5e4a111053b401069fb4581bba191d60f9f6e527 (diff) |
socket header stuff
Diffstat (limited to 'system/include/net/netinet/in.h')
-rw-r--r-- | system/include/net/netinet/in.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/net/netinet/in.h b/system/include/net/netinet/in.h index 57576236..0def3127 100644 --- a/system/include/net/netinet/in.h +++ b/system/include/net/netinet/in.h @@ -1,4 +1,6 @@ +#define INET_ADDRSTRLEN 16 + struct in_addr { unsigned long s_addr; }; |