opnsense-src/lib/libc/inet
Andriy Voskoboinyk 2cf5e9365d libc: do not include <sys/types.h> where <sys/param.h> was already included
According to style(9):
> normally, include <sys/types.h> OR <sys/param.h>, but not both.
(<sys/param.h> already includes <sys/types.h> when LOCORE is not defined).
2016-04-18 21:05:15 +00:00
..
inet_addr.c libc: do not include <sys/types.h> where <sys/param.h> was already included 2016-04-18 21:05:15 +00:00
inet_cidr_ntop.c Update our stub resolver to final version of libbind. 2014-08-12 12:36:06 +00:00
inet_cidr_pton.c Update our stub resolver to final version of libbind. 2014-08-12 12:36:06 +00:00
inet_lnaof.c Use ANSI C prototypes. Eliminates -Wold-style-definition warnings. 2015-09-20 20:50:56 +00:00
inet_makeaddr.c Use ANSI C prototypes. Eliminates -Wold-style-definition warnings. 2015-09-20 20:50:56 +00:00
inet_net_ntop.c Use ANSI C prototypes. Eliminates -Wold-style-definition warnings. 2015-09-20 20:50:56 +00:00
inet_net_pton.c Update our stub resolver to final version of libbind. 2014-08-12 12:36:06 +00:00
inet_neta.c Use ANSI C prototypes. Eliminates -Wold-style-definition warnings. 2015-09-20 20:50:56 +00:00
inet_netof.c Use ANSI C prototypes. Eliminates -Wold-style-definition warnings. 2015-09-20 20:50:56 +00:00
inet_network.c Use ANSI C prototypes. Eliminates -Wold-style-definition warnings. 2015-09-20 20:50:56 +00:00
inet_ntoa.c Update our stub resolver to final version of libbind. 2014-08-12 12:36:06 +00:00
inet_ntop.c libc: do not include <sys/types.h> where <sys/param.h> was already included 2016-04-18 21:05:15 +00:00
inet_pton.c libc: do not include <sys/types.h> where <sys/param.h> was already included 2016-04-18 21:05:15 +00:00
Makefile.inc Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP} 2014-03-04 02:19:39 +00:00
nsap_addr.c libc: do not include <sys/types.h> where <sys/param.h> was already included 2016-04-18 21:05:15 +00:00
Symbol.map Add inet_ntoa_r, a reentrant version of inet_ntoa. This is 2007-06-11 07:21:21 +00:00