]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - nis/nis_modify.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / nis / nis_modify.c
index 053a3778e1389cbf83209058c9ba1b58e06b8371..3f90970ffa64f26ba43147678613c3d56f53a303 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1997-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1997-2018 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Thorsten Kukuk <kukuk@uni-paderborn.de>, 1997.
 
@@ -18,6 +18,7 @@
 
 #include <string.h>
 #include <rpcsvc/nis.h>
+#include <shlib-compat.h>
 
 #include "nis_xdr.h"
 #include "nis_intern.h"
@@ -71,4 +72,4 @@ nis_modify (const_nis_name name, const nis_object *obj2)
 
   return res;
 }
-libnsl_hidden_def (nis_modify)
+libnsl_hidden_nolink_def (nis_modify, GLIBC_2_1)