diff options
Diffstat (limited to 'nis/nss_nis')
-rw-r--r-- | nis/nss_nis/nis-alias.c | 4 | ||||
-rw-r--r-- | nis/nss_nis/nis-ethers.c | 4 | ||||
-rw-r--r-- | nis/nss_nis/nis-grp.c | 4 | ||||
-rw-r--r-- | nis/nss_nis/nis-hosts.c | 4 | ||||
-rw-r--r-- | nis/nss_nis/nis-initgroups.c | 2 | ||||
-rw-r--r-- | nis/nss_nis/nis-netgrp.c | 3 | ||||
-rw-r--r-- | nis/nss_nis/nis-network.c | 4 | ||||
-rw-r--r-- | nis/nss_nis/nis-proto.c | 4 | ||||
-rw-r--r-- | nis/nss_nis/nis-publickey.c | 2 | ||||
-rw-r--r-- | nis/nss_nis/nis-pwd.c | 4 | ||||
-rw-r--r-- | nis/nss_nis/nis-rpc.c | 4 | ||||
-rw-r--r-- | nis/nss_nis/nis-service.c | 4 | ||||
-rw-r--r-- | nis/nss_nis/nis-spwd.c | 4 |
13 files changed, 23 insertions, 24 deletions
diff --git a/nis/nss_nis/nis-alias.c b/nis/nss_nis/nis-alias.c index 4f23118183..7de9b5a327 100644 --- a/nis/nss_nis/nis-alias.c +++ b/nis/nss_nis/nis-alias.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996-2015 Free Software Foundation, Inc. +/* Copyright (C) 1996-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1996. @@ -21,7 +21,7 @@ #include <errno.h> #include <string.h> #include <aliases.h> -#include <bits/libc-lock.h> +#include <libc-lock.h> #include <rpcsvc/yp.h> #include <rpcsvc/ypclnt.h> diff --git a/nis/nss_nis/nis-ethers.c b/nis/nss_nis/nis-ethers.c index 1c18d0f79d..01702fae45 100644 --- a/nis/nss_nis/nis-ethers.c +++ b/nis/nss_nis/nis-ethers.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996-2015 Free Software Foundation, Inc. +/* Copyright (C) 1996-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Thorsten Kukuk <kukuk@suse.de>, 1996. @@ -20,7 +20,7 @@ #include <ctype.h> #include <errno.h> #include <string.h> -#include <bits/libc-lock.h> +#include <libc-lock.h> #include <rpcsvc/yp.h> #include <rpcsvc/ypclnt.h> #include <netinet/ether.h> diff --git a/nis/nss_nis/nis-grp.c b/nis/nss_nis/nis-grp.c index 19fe8cfc44..b7ef13dc3d 100644 --- a/nis/nss_nis/nis-grp.c +++ b/nis/nss_nis/nis-grp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996-2015 Free Software Foundation, Inc. +/* Copyright (C) 1996-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Thorsten Kukuk <kukuk@suse.de>, 1996. @@ -21,7 +21,7 @@ #include <grp.h> #include <nss.h> #include <string.h> -#include <bits/libc-lock.h> +#include <libc-lock.h> #include <rpcsvc/yp.h> #include <rpcsvc/ypclnt.h> diff --git a/nis/nss_nis/nis-hosts.c b/nis/nss_nis/nis-hosts.c index 6a9e8e8c31..d266cf2d49 100644 --- a/nis/nss_nis/nis-hosts.c +++ b/nis/nss_nis/nis-hosts.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996-2015 Free Software Foundation, Inc. +/* Copyright (C) 1996-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Thorsten Kukuk <kukuk@suse.de>, 1996. @@ -28,7 +28,7 @@ #include <netinet/in.h> #include <arpa/inet.h> #include <resolv.h> -#include <bits/libc-lock.h> +#include <libc-lock.h> #include <rpcsvc/yp.h> #include <rpcsvc/ypclnt.h> diff --git a/nis/nss_nis/nis-initgroups.c b/nis/nss_nis/nis-initgroups.c index ed5c26b20d..dec385cec7 100644 --- a/nis/nss_nis/nis-initgroups.c +++ b/nis/nss_nis/nis-initgroups.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1998-2015 Free Software Foundation, Inc. +/* Copyright (C) 1998-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Thorsten Kukuk <kukuk@suse.de>, 1998. diff --git a/nis/nss_nis/nis-netgrp.c b/nis/nss_nis/nis-netgrp.c index 44faab7c29..6c6fff8c7a 100644 --- a/nis/nss_nis/nis-netgrp.c +++ b/nis/nss_nis/nis-netgrp.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996-2015 Free Software Foundation, Inc. +/* Copyright (C) 1996-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Thorsten Kukuk <kukuk@suse.de>, 1996. @@ -70,7 +70,6 @@ _nss_nis_setnetgrent (const char *group, struct __netgrent *netgrp) and the last byte is filled with NUL. So we can simply use that buffer. */ assert (len >= 0); - assert (malloc_usable_size (netgrp->data) >= len + 1); assert (netgrp->data[len] == '\0'); netgrp->data_size = len; diff --git a/nis/nss_nis/nis-network.c b/nis/nss_nis/nis-network.c index 2679f955e6..e85055e724 100644 --- a/nis/nss_nis/nis-network.c +++ b/nis/nss_nis/nis-network.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996-2015 Free Software Foundation, Inc. +/* Copyright (C) 1996-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1996. @@ -28,7 +28,7 @@ #include <string.h> #include <netinet/in.h> #include <arpa/inet.h> -#include <bits/libc-lock.h> +#include <libc-lock.h> #include <rpcsvc/yp.h> #include <rpcsvc/ypclnt.h> diff --git a/nis/nss_nis/nis-proto.c b/nis/nss_nis/nis-proto.c index f525c6e34a..39abe27dbf 100644 --- a/nis/nss_nis/nis-proto.c +++ b/nis/nss_nis/nis-proto.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996-2015 Free Software Foundation, Inc. +/* Copyright (C) 1996-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Thorsten Kukuk <kukuk@suse.de>, 1996. @@ -21,7 +21,7 @@ #include <ctype.h> #include <errno.h> #include <string.h> -#include <bits/libc-lock.h> +#include <libc-lock.h> #include <rpcsvc/yp.h> #include <rpcsvc/ypclnt.h> diff --git a/nis/nss_nis/nis-publickey.c b/nis/nss_nis/nis-publickey.c index 6fff55dda7..408e9a63ee 100644 --- a/nis/nss_nis/nis-publickey.c +++ b/nis/nss_nis/nis-publickey.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996-2015 Free Software Foundation, Inc. +/* Copyright (C) 1996-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Thorsten Kukuk <kukuk@suse.de>, 1996. diff --git a/nis/nss_nis/nis-pwd.c b/nis/nss_nis/nis-pwd.c index 9c5d39c450..8dff95f06a 100644 --- a/nis/nss_nis/nis-pwd.c +++ b/nis/nss_nis/nis-pwd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996-2015 Free Software Foundation, Inc. +/* Copyright (C) 1996-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1996. @@ -22,7 +22,7 @@ #include <nss.h> #include <pwd.h> #include <string.h> -#include <bits/libc-lock.h> +#include <libc-lock.h> #include <rpcsvc/yp.h> #include <rpcsvc/ypclnt.h> diff --git a/nis/nss_nis/nis-rpc.c b/nis/nss_nis/nis-rpc.c index 28cf1333c7..362852bc92 100644 --- a/nis/nss_nis/nis-rpc.c +++ b/nis/nss_nis/nis-rpc.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996-2015 Free Software Foundation, Inc. +/* Copyright (C) 1996-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Thorsten Kukuk <kukuk@suse.de>, 1996. @@ -21,7 +21,7 @@ #include <ctype.h> #include <errno.h> #include <string.h> -#include <bits/libc-lock.h> +#include <libc-lock.h> #include <rpcsvc/yp.h> #include <rpcsvc/ypclnt.h> diff --git a/nis/nss_nis/nis-service.c b/nis/nss_nis/nis-service.c index 2092588977..cd9fca07ae 100644 --- a/nis/nss_nis/nis-service.c +++ b/nis/nss_nis/nis-service.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996-2015 Free Software Foundation, Inc. +/* Copyright (C) 1996-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Thorsten Kukuk <kukuk@suse.de>, 1996. @@ -21,7 +21,7 @@ #include <ctype.h> #include <errno.h> #include <string.h> -#include <bits/libc-lock.h> +#include <libc-lock.h> #include <rpcsvc/yp.h> #include <rpcsvc/ypclnt.h> diff --git a/nis/nss_nis/nis-spwd.c b/nis/nss_nis/nis-spwd.c index 7a70dbe543..38fb299d8f 100644 --- a/nis/nss_nis/nis-spwd.c +++ b/nis/nss_nis/nis-spwd.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996-2015 Free Software Foundation, Inc. +/* Copyright (C) 1996-2016 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Thorsten Kukuk <kukuk@vt.uni-paderborn.de>, 1996. @@ -25,7 +25,7 @@ #define _nss_nis_endspent _nss_nis_endspent_XXX #include <shadow.h> #undef _nss_nis_endspent -#include <bits/libc-lock.h> +#include <libc-lock.h> #include <rpcsvc/yp.h> #include <rpcsvc/ypclnt.h> |