summaryrefslogtreecommitdiff
path: root/libc/resolv
diff options
context:
space:
mode:
Diffstat (limited to 'libc/resolv')
-rw-r--r--libc/resolv/Makefile2
-rw-r--r--libc/resolv/gai_cancel.c2
-rw-r--r--libc/resolv/gai_error.c2
-rw-r--r--libc/resolv/gai_misc.c2
-rw-r--r--libc/resolv/gai_misc.h2
-rw-r--r--libc/resolv/gai_notify.c2
-rw-r--r--libc/resolv/gai_sigqueue.c2
-rw-r--r--libc/resolv/gai_suspend.c2
-rw-r--r--libc/resolv/getaddrinfo_a.c2
-rw-r--r--libc/resolv/netdb.h4
-rw-r--r--libc/resolv/nss_dns/dns-canon.c2
-rw-r--r--libc/resolv/nss_dns/dns-host.c2
-rw-r--r--libc/resolv/nss_dns/dns-network.c2
-rw-r--r--libc/resolv/res-state.c2
-rw-r--r--libc/resolv/res_hconf.c2
-rw-r--r--libc/resolv/res_hconf.h2
-rw-r--r--libc/resolv/tst-leaks.c2
-rw-r--r--libc/resolv/tst-leaks2.c2
18 files changed, 19 insertions, 19 deletions
diff --git a/libc/resolv/Makefile b/libc/resolv/Makefile
index 8da047014..6437ae87b 100644
--- a/libc/resolv/Makefile
+++ b/libc/resolv/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1994-2013 Free Software Foundation, Inc.
+# Copyright (C) 1994-2014 Free Software Foundation, Inc.
# This file is part of the GNU C Library.
# The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/resolv/gai_cancel.c b/libc/resolv/gai_cancel.c
index e625a913f..caf31455a 100644
--- a/libc/resolv/gai_cancel.c
+++ b/libc/resolv/gai_cancel.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
diff --git a/libc/resolv/gai_error.c b/libc/resolv/gai_error.c
index 80c542907..e8d1baa1b 100644
--- a/libc/resolv/gai_error.c
+++ b/libc/resolv/gai_error.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
diff --git a/libc/resolv/gai_misc.c b/libc/resolv/gai_misc.c
index 6b73aac09..9c53876bf 100644
--- a/libc/resolv/gai_misc.c
+++ b/libc/resolv/gai_misc.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
diff --git a/libc/resolv/gai_misc.h b/libc/resolv/gai_misc.h
index a7ba463e2..b87b9e3d3 100644
--- a/libc/resolv/gai_misc.h
+++ b/libc/resolv/gai_misc.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
diff --git a/libc/resolv/gai_notify.c b/libc/resolv/gai_notify.c
index 48cb58ab0..7bee10211 100644
--- a/libc/resolv/gai_notify.c
+++ b/libc/resolv/gai_notify.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
diff --git a/libc/resolv/gai_sigqueue.c b/libc/resolv/gai_sigqueue.c
index ec2a1e7e8..f6e391c72 100644
--- a/libc/resolv/gai_sigqueue.c
+++ b/libc/resolv/gai_sigqueue.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/resolv/gai_suspend.c b/libc/resolv/gai_suspend.c
index a61a33785..b795cdecb 100644
--- a/libc/resolv/gai_suspend.c
+++ b/libc/resolv/gai_suspend.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
diff --git a/libc/resolv/getaddrinfo_a.c b/libc/resolv/getaddrinfo_a.c
index 4ea803df3..38b48c627 100644
--- a/libc/resolv/getaddrinfo_a.c
+++ b/libc/resolv/getaddrinfo_a.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2001-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2001.
diff --git a/libc/resolv/netdb.h b/libc/resolv/netdb.h
index 412343b42..f9e2bf00c 100644
--- a/libc/resolv/netdb.h
+++ b/libc/resolv/netdb.h
@@ -1,4 +1,4 @@
- /* Copyright (C) 1996-2013 Free Software Foundation, Inc.
+ /* Copyright (C) 1996-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -586,7 +586,7 @@ struct gaicb
struct addrinfo *ar_result; /* Pointer to result. */
/* The following are internal elements. */
int __return;
- int __unused[5];
+ int __glibc_reserved[5];
};
/* Lookup mode. */
diff --git a/libc/resolv/nss_dns/dns-canon.c b/libc/resolv/nss_dns/dns-canon.c
index cdc61b9c6..a9db232c7 100644
--- a/libc/resolv/nss_dns/dns-canon.c
+++ b/libc/resolv/nss_dns/dns-canon.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Ulrich Drepper <drepper@redhat.com>, 2004.
diff --git a/libc/resolv/nss_dns/dns-host.c b/libc/resolv/nss_dns/dns-host.c
index 9018bb98a..f8f192e5a 100644
--- a/libc/resolv/nss_dns/dns-host.c
+++ b/libc/resolv/nss_dns/dns-host.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Extended from original form by Ulrich Drepper <drepper@cygnus.com>, 1996.
diff --git a/libc/resolv/nss_dns/dns-network.c b/libc/resolv/nss_dns/dns-network.c
index 3c4db7eec..8e80a6010 100644
--- a/libc/resolv/nss_dns/dns-network.c
+++ b/libc/resolv/nss_dns/dns-network.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Extended from original form by Ulrich Drepper <drepper@cygnus.com>, 1996.
diff --git a/libc/resolv/res-state.c b/libc/resolv/res-state.c
index e53ba51a2..440940312 100644
--- a/libc/resolv/res-state.c
+++ b/libc/resolv/res-state.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1996-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1996-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/resolv/res_hconf.c b/libc/resolv/res_hconf.c
index a92751b87..b4c86227f 100644
--- a/libc/resolv/res_hconf.c
+++ b/libc/resolv/res_hconf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by David Mosberger (davidm@azstarnet.com).
diff --git a/libc/resolv/res_hconf.h b/libc/resolv/res_hconf.h
index ea207ab66..1e0c2d9a2 100644
--- a/libc/resolv/res_hconf.h
+++ b/libc/resolv/res_hconf.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993-2013 Free Software Foundation, Inc.
+/* Copyright (C) 1993-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by David Mosberger (davidm@azstarnet.com).
diff --git a/libc/resolv/tst-leaks.c b/libc/resolv/tst-leaks.c
index 7a1183819..e1f42f126 100644
--- a/libc/resolv/tst-leaks.c
+++ b/libc/resolv/tst-leaks.c
@@ -1,5 +1,5 @@
/* Tests for res_query in libresolv
- Copyright (C) 2003-2013 Free Software Foundation, Inc.
+ Copyright (C) 2003-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/resolv/tst-leaks2.c b/libc/resolv/tst-leaks2.c
index 582000a89..b964ae743 100644
--- a/libc/resolv/tst-leaks2.c
+++ b/libc/resolv/tst-leaks2.c
@@ -1,5 +1,5 @@
/* Tests for res_init in libresolv
- Copyright (C) 2004-2013 Free Software Foundation, Inc.
+ Copyright (C) 2004-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or