2002-08-20 Joel Sherrill <joel@OARcorp.com>

* src/xdr/xdr_stdio.c: Per PR268, add include of <netinet/in.h>
	to avoid warning on ntohl().
This commit is contained in:
Joel Sherrill
2002-08-20 15:56:25 +00:00
parent 845f170ab5
commit e5fc1dfd28
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2002-08-20 Joel Sherrill <joel@OARcorp.com>
* src/xdr/xdr_stdio.c: Per PR268, add include of <netinet/in.h>
to avoid warning on ntohl().
2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2002-08-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* src/rpc/rtems_portmapper.c: include <stdlib.h> (Get rid of gcc31 * src/rpc/rtems_portmapper.c: include <stdlib.h> (Get rid of gcc31

View File

@@ -46,6 +46,7 @@ static char *rcsid = "$FreeBSD: src/lib/libc/xdr/xdr_stdio.c,v 1.7 1999/08/28 00
#include <rpc/types.h> #include <rpc/types.h>
#include <stdio.h> #include <stdio.h>
#include <rpc/xdr.h> #include <rpc/xdr.h>
#include <netinet/in.h>
static bool_t xdrstdio_getlong(); static bool_t xdrstdio_getlong();
static bool_t xdrstdio_putlong(); static bool_t xdrstdio_putlong();