diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-08 11:15:23 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-12-08 11:15:23 +0000 |
commit | 0a962770bf9364797219770b6564d97b31bc973b (patch) | |
tree | ea39f9843e1045873e9678bb513041fec6970e94 /libc/inet/rpc | |
parent | 53b5f21c9c453ff74c9aabdecd166a5e6ddb202b (diff) |
Missed alias to xdr_string, thanks sjhill
Diffstat (limited to 'libc/inet/rpc')
-rw-r--r-- | libc/inet/rpc/xdr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libc/inet/rpc/xdr.c b/libc/inet/rpc/xdr.c index 3d36c4021..12315fdb5 100644 --- a/libc/inet/rpc/xdr.c +++ b/libc/inet/rpc/xdr.c @@ -728,6 +728,7 @@ __xdr_string (XDR *xdrs, char **cpp, u_int maxsize) } return FALSE; } +strong_alias(__xdr_string,xdr_string) /* * Wrapper for xdr_string that can be called directly from |