mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-16 12:28:51 +00:00
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:
@@ -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
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user