X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=nis%2Fnis_util.c;h=fdce926e16a871e6d86fb369dc961b79067ca557;hb=9681c61f11d08f757398c5fb74d676db3e78a576;hp=1ed42b0544182c95e30c9dd43b10da2990ef20d0;hpb=e84eabb3871c9b39e59323bf3f6b98c2ca9d1cd0;p=thirdparty%2Fglibc.git diff --git a/nis/nis_util.c b/nis/nis_util.c index 1ed42b05441..fdce926e16a 100644 --- a/nis/nis_util.c +++ b/nis/nis_util.c @@ -1,4 +1,4 @@ -/* Copyright (c) 1997, 1998, 1999, 2004 Free Software Foundation, Inc. +/* Copyright (c) 1997-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Thorsten Kukuk , 1997. @@ -18,6 +18,7 @@ #include #include +#include #include "nis_xdr.h" #include "nis_intern.h" @@ -45,7 +46,7 @@ __nis_finddirectory (directory_obj *dir, const_nis_name name) return fd_res; } -libnsl_hidden_def (__nis_finddirectory) +libnsl_hidden_nolink_def (__nis_finddirectory, GLIBC_2_1) /* The hash implementation is in a separate file. */ #include "nis_hash.c"