2011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
* libc/xdr/xdr.c: Fix typos in #errors.
This commit is contained in:
parent
973929f99e
commit
f559c264a9
@ -1,3 +1,7 @@
|
||||
2011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libc/xdr/xdr.c: Fix typos in #errors.
|
||||
|
||||
2011-01-05 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||
|
||||
* libc/xdr/xdr_private.h: Include <stdint.h>
|
||||
|
@ -113,7 +113,7 @@ _DEFUN (xdr_int, (xdrs, ip),
|
||||
#elif INT_MAX == LONG_MAX
|
||||
return xdr_long (xdrs, (long *) ip);
|
||||
#else
|
||||
# error Unexpeced integer sizes in xdr_int()
|
||||
# error Unexpected integer sizes in xdr_int()
|
||||
#endif
|
||||
}
|
||||
|
||||
@ -148,7 +148,7 @@ _DEFUN (xdr_u_int, (xdrs, up),
|
||||
#elif UINT_MAX == ULONG_MAX
|
||||
return xdr_u_long (xdrs, (u_long *) up);
|
||||
#else
|
||||
# error Unexpeced integer sizes in xdr_int()
|
||||
# error Unexpected integer sizes in xdr_int()
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user