diff options
| author | manu <manu@NetBSD.org> | 2011-07-04 07:54:38 +0000 |
|---|---|---|
| committer | manu <manu@NetBSD.org> | 2011-07-04 07:54:38 +0000 |
| commit | 9bfdaef20c6f3e5aacf80a7ca3d20409c43aee47 (patch) | |
| tree | 61333282e00539fe594881771dd02425d7d1f28c /lib/libc/include | |
| parent | b05531f2bf68a781df83b11c6b8307a63e5f43bc (diff) | |
Import xdr_sizeof() from FreeBSD
Diffstat (limited to 'lib/libc/include')
| -rw-r--r-- | lib/libc/include/namespace.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/include/namespace.h b/lib/libc/include/namespace.h index 80928ec7094..74b02cef05d 100644 --- a/lib/libc/include/namespace.h +++ b/lib/libc/include/namespace.h @@ -1,4 +1,4 @@ -/* $NetBSD: namespace.h,v 1.148 2011/03/26 19:51:42 christos Exp $ */ +/* $NetBSD: namespace.h,v 1.149 2011/07/04 07:54:38 manu Exp $ */ /*- * Copyright (c) 1997-2004 The NetBSD Foundation, Inc. @@ -747,6 +747,7 @@ #define xdr_rpcbs _xdr_rpcbs #define xdr_rpcbs _xdr_rpcbs #define xdr_short _xdr_short +#define xdr_sizeof _xdr_sizeof #define xdr_string _xdr_string #define xdr_u_char _xdr_u_char #define xdr_u_hyper _xdr_u_hyper |
