freebsd-skq/lib/libc/xdr
avos f0171d33b4 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
..
Makefile.inc Replace use of ${.CURDIR} by ${LIBC_SRCTOP} and define ${LIBC_SRCTOP} 2014-03-04 02:19:39 +00:00
Symbol.map
xdr_array.c Use ANSI C prototypes. 2015-05-31 18:08:58 +00:00
xdr_float.c libc: do not include <sys/types.h> where <sys/param.h> was already included 2016-04-18 21:05:15 +00:00
xdr_mem.c libc: replace 0 with NULL for pointers. 2016-04-10 19:33:58 +00:00
xdr_rec.c Use ANSI C prototypes. 2015-05-31 18:08:58 +00:00
xdr_reference.c Use ANSI C prototypes. 2015-05-31 18:08:58 +00:00
xdr_sizeof.c Use proper prototype for harmless(). 2015-05-31 19:09:24 +00:00
xdr_stdio.c Use ANSI C prototypes. 2015-05-31 18:08:58 +00:00
xdr.3
xdr.c Use ANSI C prototypes. 2015-05-31 18:08:58 +00:00