about summary refs log tree commit diff
path: root/nis/ypupdate_xdr.c
diff options
context:
space:
mode:
Diffstat (limited to 'nis/ypupdate_xdr.c')
-rw-r--r--nis/ypupdate_xdr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nis/ypupdate_xdr.c b/nis/ypupdate_xdr.c
index cfa59da051..0f5469fa23 100644
--- a/nis/ypupdate_xdr.c
+++ b/nis/ypupdate_xdr.c
@@ -50,6 +50,7 @@ xdr_ypupdate_args (XDR *xdrs, ypupdate_args *objp)
     return FALSE;
   return xdr_yp_buf (xdrs, &objp->datum);
 }
+libnsl_hidden_def (xdr_ypupdate_args)
 
 bool_t
 xdr_ypdelete_args (XDR *xdrs, ypdelete_args *objp)