#268 closed defect (fixed)

librpc: missing htonl-decls

Reported by: Ralf Corsepius Owned by: Joel Sherrill
Priority: highest Milestone: 2
Component: score Version: unknown
Severity: critical Keywords:
Cc: bugs@… Blocked By:
Blocking:

Description

i386-rtems-gcc --pipe -isystem ../../../../../../pck6/lib/include '-DP(x)=x' -O4 -g -Wall -mcpu=k6 -o o-optimize/xdr_stdio.o -c ../../../../../../../../../rtems.work/c/src/../../cpukit/librpc/src/xdr/xdr_stdio.c
../../../../../../../../../rtems.work/cpukit/librpc/src/xdr/xdr_stdio.c: In function `xdrstdio_getlong':
../../../../../../../../../rtems.work/cpukit/librpc/src/xdr/xdr_stdio.c:113: warning: implicit declaration of function `ntohl'
../../../../../../../../../rtems.work/cpukit/librpc/src/xdr/xdr_stdio.c: In function `xdrstdio_putlong':
../../../../../../../../../rtems.work/cpukit/librpc/src/xdr/xdr_stdio.c:123: warning: implicit declaration of function `htonl'

Release:
RTEMS-CVS

Environment:
gcc-3.2 w/ gcc-rtems-20020815.diff
newlib-1.10 w/ newlib-rtems-20020809.diff

Change History (1)

comment:1 Changed on 08/20/02 at 14:57:00 by Joel Sherrill

Status: assignedclosed

State-Changed-From-To: open->closed
State-Changed-Why: Patch committed to add include of <netinet/in.h> to this

file. Thanks for spotting this.

Note: See TracTickets for help on using tickets.