From 5a82c74822d3272df2f5929133680478c0cfb4bd Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 6 Sep 2019 22:40:42 -0700 Subject: Prefer https to http for gnu.org and fsf.org URLs Also, change sources.redhat.com to sourceware.org. This patch was automatically generated by running the following shell script, which uses GNU sed, and which avoids modifying files imported from upstream: sed -ri ' s,(http|ftp)(://(.*\.)?(gnu|fsf|sourceware)\.org($|[^.]|\.[^a-z])),https\2,g s,(http|ftp)(://(.*\.)?)sources\.redhat\.com($|[^.]|\.[^a-z]),https\2sourceware.org\4,g ' \ $(find $(git ls-files) -prune -type f \ ! -name '*.po' \ ! -name 'ChangeLog*' \ ! -path COPYING ! -path COPYING.LIB \ ! -path manual/fdl-1.3.texi ! -path manual/lgpl-2.1.texi \ ! -path manual/texinfo.tex ! -path scripts/config.guess \ ! -path scripts/config.sub ! -path scripts/install-sh \ ! -path scripts/mkinstalldirs ! -path scripts/move-if-change \ ! -path INSTALL ! -path locale/programs/charmap-kw.h \ ! -path po/libc.pot ! -path sysdeps/gnu/errlist.c \ ! '(' -name configure \ -execdir test -f configure.ac -o -f configure.in ';' ')' \ ! '(' -name preconfigure \ -execdir test -f preconfigure.ac ';' ')' \ -print) and then by running 'make dist-prepare' to regenerate files built from the altered files, and then executing the following to cleanup: chmod a+x sysdeps/unix/sysv/linux/riscv/configure # Omit irrelevant whitespace and comment-only changes, # perhaps from a slightly-different Autoconf version. git checkout -f \ sysdeps/csky/configure \ sysdeps/hppa/configure \ sysdeps/riscv/configure \ sysdeps/unix/sysv/linux/csky/configure # Omit changes that caused a pre-commit check to fail like this: # remote: *** error: sysdeps/powerpc/powerpc64/ppc-mcount.S: trailing lines git checkout -f \ sysdeps/powerpc/powerpc64/ppc-mcount.S \ sysdeps/unix/sysv/linux/s390/s390-64/syscall.S # Omit change that caused a pre-commit check to fail like this: # remote: *** error: sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: last line does not end in newline git checkout -f sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S --- support/Makefile | 2 +- support/blob_repeat.c | 2 +- support/blob_repeat.h | 2 +- support/capture_subprocess.h | 2 +- support/check.c | 2 +- support/check.h | 2 +- support/check_addrinfo.c | 2 +- support/check_dns_packet.c | 2 +- support/check_hostent.c | 2 +- support/check_netent.c | 2 +- support/check_nss.h | 2 +- support/delayed_exit.c | 2 +- support/descriptors.h | 2 +- support/echo-container.c | 2 +- support/format_nss.h | 2 +- support/ignore_stderr.c | 2 +- support/namespace.h | 2 +- support/next_to_fault.c | 2 +- support/next_to_fault.h | 2 +- support/oom_error.c | 2 +- support/resolv_test.c | 2 +- support/resolv_test.h | 2 +- support/run_diff.h | 2 +- support/set_fortify_handler.c | 2 +- support/shell-container.c | 2 +- support/subprocess.h | 2 +- support/support-xfstat.c | 2 +- support/support-xstat.c | 2 +- support/support.h | 2 +- support/support_become_root.c | 2 +- support/support_can_chroot.c | 2 +- support/support_capture_subprocess.c | 2 +- support/support_capture_subprocess_check.c | 2 +- support/support_chroot.c | 2 +- support/support_copy_file_range.c | 2 +- support/support_descriptor_supports_holes.c | 2 +- support/support_descriptors.c | 2 +- support/support_enter_mount_namespace.c | 2 +- support/support_enter_network_namespace.c | 2 +- support/support_format_address_family.c | 2 +- support/support_format_addrinfo.c | 2 +- support/support_format_dns_packet.c | 2 +- support/support_format_herrno.c | 2 +- support/support_format_hostent.c | 2 +- support/support_format_netent.c | 2 +- support/support_isolate_in_subprocess.c | 2 +- support/support_openpty.c | 2 +- support/support_paths.c | 2 +- support/support_quote_blob.c | 2 +- support/support_quote_string.c | 2 +- support/support_record_failure.c | 2 +- support/support_run_diff.c | 2 +- support/support_shared_allocate.c | 2 +- support/support_subprocess.c | 2 +- support/support_test_compare_blob.c | 2 +- support/support_test_compare_failure.c | 2 +- support/support_test_compare_string.c | 2 +- support/support_test_main.c | 2 +- support/support_test_verify_impl.c | 2 +- support/support_write_file_string.c | 2 +- support/temp_file-internal.h | 2 +- support/temp_file.c | 2 +- support/temp_file.h | 2 +- support/test-container.c | 2 +- support/test-driver.c | 2 +- support/test-driver.h | 2 +- support/timespec-add.c | 2 +- support/timespec-sub.c | 2 +- support/timespec.c | 2 +- support/timespec.h | 2 +- support/true-container.c | 2 +- support/tst-support-namespace.c | 2 +- support/tst-support_blob_repeat.c | 2 +- support/tst-support_capture_subprocess.c | 2 +- support/tst-support_descriptors.c | 2 +- support/tst-support_format_dns_packet.c | 2 +- support/tst-support_quote_blob.c | 2 +- support/tst-support_quote_string.c | 2 +- support/tst-support_record_failure-2.sh | 2 +- support/tst-support_record_failure.c | 2 +- support/tst-test_compare.c | 2 +- support/tst-test_compare_blob.c | 2 +- support/tst-test_compare_string.c | 2 +- support/tst-xreadlink.c | 2 +- support/tst-xsigstack.c | 2 +- support/tty.h | 2 +- support/write_message.c | 2 +- support/xaccept.c | 2 +- support/xaccept4.c | 2 +- support/xasprintf.c | 2 +- support/xbind.c | 2 +- support/xcalloc.c | 2 +- support/xchroot.c | 2 +- support/xclock_gettime.c | 2 +- support/xclose.c | 2 +- support/xconnect.c | 2 +- support/xcopy_file_range.c | 2 +- support/xdlfcn.c | 2 +- support/xdlfcn.h | 2 +- support/xdlmopen.c | 2 +- support/xdup2.c | 2 +- support/xfclose.c | 2 +- support/xfopen.c | 2 +- support/xfork.c | 2 +- support/xftruncate.c | 2 +- support/xgetsockname.c | 2 +- support/xlisten.c | 2 +- support/xlseek.c | 2 +- support/xmalloc.c | 2 +- support/xmemstream.c | 2 +- support/xmemstream.h | 2 +- support/xmkdir.c | 2 +- support/xmkdirp.c | 2 +- support/xmmap.c | 2 +- support/xmprotect.c | 2 +- support/xmunmap.c | 2 +- support/xopen.c | 2 +- support/xpipe.c | 2 +- support/xpoll.c | 2 +- support/xposix_memalign.c | 2 +- support/xposix_spawn.c | 2 +- support/xposix_spawn_file_actions_addclose.c | 2 +- support/xposix_spawn_file_actions_adddup2.c | 2 +- support/xpthread_attr_destroy.c | 2 +- support/xpthread_attr_init.c | 2 +- support/xpthread_attr_setdetachstate.c | 2 +- support/xpthread_attr_setguardsize.c | 2 +- support/xpthread_attr_setstack.c | 2 +- support/xpthread_attr_setstacksize.c | 2 +- support/xpthread_barrier_destroy.c | 2 +- support/xpthread_barrier_init.c | 2 +- support/xpthread_barrier_wait.c | 2 +- support/xpthread_barrierattr_destroy.c | 2 +- support/xpthread_barrierattr_init.c | 2 +- support/xpthread_barrierattr_setpshared.c | 2 +- support/xpthread_cancel.c | 2 +- support/xpthread_check_return.c | 2 +- support/xpthread_cond_wait.c | 2 +- support/xpthread_create.c | 2 +- support/xpthread_detach.c | 2 +- support/xpthread_join.c | 2 +- support/xpthread_mutex_consistent.c | 2 +- support/xpthread_mutex_destroy.c | 2 +- support/xpthread_mutex_init.c | 2 +- support/xpthread_mutex_lock.c | 2 +- support/xpthread_mutex_unlock.c | 2 +- support/xpthread_mutexattr_destroy.c | 2 +- support/xpthread_mutexattr_init.c | 2 +- support/xpthread_mutexattr_setprotocol.c | 2 +- support/xpthread_mutexattr_setpshared.c | 2 +- support/xpthread_mutexattr_setrobust.c | 2 +- support/xpthread_mutexattr_settype.c | 2 +- support/xpthread_once.c | 2 +- support/xpthread_rwlock_destroy.c | 2 +- support/xpthread_rwlock_init.c | 2 +- support/xpthread_rwlock_rdlock.c | 2 +- support/xpthread_rwlock_unlock.c | 2 +- support/xpthread_rwlock_wrlock.c | 2 +- support/xpthread_rwlockattr_init.c | 2 +- support/xpthread_rwlockattr_setkind_np.c | 2 +- support/xpthread_sigmask.c | 2 +- support/xpthread_spin_lock.c | 2 +- support/xpthread_spin_unlock.c | 2 +- support/xraise.c | 2 +- support/xreadlink.c | 2 +- support/xrealloc.c | 2 +- support/xrecvfrom.c | 2 +- support/xsendto.c | 2 +- support/xsetsockopt.c | 2 +- support/xsigaction.c | 2 +- support/xsignal.c | 2 +- support/xsignal.h | 2 +- support/xsigstack.c | 2 +- support/xsocket.c | 2 +- support/xsocket.h | 2 +- support/xspawn.h | 2 +- support/xstdio.h | 2 +- support/xstrdup.c | 2 +- support/xstrndup.c | 2 +- support/xsymlink.c | 2 +- support/xsysconf.c | 2 +- support/xthread.h | 2 +- support/xtime.h | 2 +- support/xunistd.h | 2 +- support/xunlink.c | 2 +- support/xwaitpid.c | 2 +- support/xwrite.c | 2 +- 187 files changed, 187 insertions(+), 187 deletions(-) (limited to 'support') diff --git a/support/Makefile b/support/Makefile index ab66913a02..be90043801 100644 --- a/support/Makefile +++ b/support/Makefile @@ -14,7 +14,7 @@ # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see -# . +# . subdir := support diff --git a/support/blob_repeat.c b/support/blob_repeat.c index 974582215f..319258f9a2 100644 --- a/support/blob_repeat.c +++ b/support/blob_repeat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/blob_repeat.h b/support/blob_repeat.h index c669527cf2..8305019693 100644 --- a/support/blob_repeat.h +++ b/support/blob_repeat.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #ifndef SUPPORT_BLOB_REPEAT_H #define SUPPORT_BLOB_REPEAT_H diff --git a/support/capture_subprocess.h b/support/capture_subprocess.h index 2832cfc635..2fdf83963b 100644 --- a/support/capture_subprocess.h +++ b/support/capture_subprocess.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #ifndef SUPPORT_CAPTURE_SUBPROCESS_H #define SUPPORT_CAPTURE_SUBPROCESS_H diff --git a/support/check.c b/support/check.c index 7b5830ae17..0d78f63d10 100644 --- a/support/check.c +++ b/support/check.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/check.h b/support/check.h index eb3d2487a7..e95f4ae91b 100644 --- a/support/check.h +++ b/support/check.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #ifndef SUPPORT_CHECK_H #define SUPPORT_CHECK_H diff --git a/support/check_addrinfo.c b/support/check_addrinfo.c index 566695ae27..e324c94eb4 100644 --- a/support/check_addrinfo.c +++ b/support/check_addrinfo.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/check_dns_packet.c b/support/check_dns_packet.c index dddd78296a..d20ae8dc83 100644 --- a/support/check_dns_packet.c +++ b/support/check_dns_packet.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/check_hostent.c b/support/check_hostent.c index fd3f2b021b..d3282a38e6 100644 --- a/support/check_hostent.c +++ b/support/check_hostent.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/check_netent.c b/support/check_netent.c index 8852722a24..80132f41c4 100644 --- a/support/check_netent.c +++ b/support/check_netent.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/check_nss.h b/support/check_nss.h index 2f84ab9e36..081472a698 100644 --- a/support/check_nss.h +++ b/support/check_nss.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #ifndef SUPPORT_CHECK_NSS_H #define SUPPORT_CHECK_NSS_H diff --git a/support/delayed_exit.c b/support/delayed_exit.c index d20dbd245a..6a6fa124e0 100644 --- a/support/delayed_exit.c +++ b/support/delayed_exit.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/descriptors.h b/support/descriptors.h index 3cd071f996..2430a57490 100644 --- a/support/descriptors.h +++ b/support/descriptors.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #ifndef SUPPORT_DESCRIPTORS_H #define SUPPORT_DESCRIPTORS_H diff --git a/support/echo-container.c b/support/echo-container.c index b1c2884254..8a705b3603 100644 --- a/support/echo-container.c +++ b/support/echo-container.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/format_nss.h b/support/format_nss.h index ad33429ba9..c85d6c6e3f 100644 --- a/support/format_nss.h +++ b/support/format_nss.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #ifndef SUPPORT_FORMAT_NSS_H #define SUPPORT_FORMAT_NSS_H diff --git a/support/ignore_stderr.c b/support/ignore_stderr.c index 7835d455d6..7a77df124f 100644 --- a/support/ignore_stderr.c +++ b/support/ignore_stderr.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/namespace.h b/support/namespace.h index 4770cf9e90..5f509264cd 100644 --- a/support/namespace.h +++ b/support/namespace.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #ifndef SUPPORT_NAMESPACE_H #define SUPPORT_NAMESPACE_H diff --git a/support/next_to_fault.c b/support/next_to_fault.c index 3ca754b311..64e4bd9e0c 100644 --- a/support/next_to_fault.c +++ b/support/next_to_fault.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/next_to_fault.h b/support/next_to_fault.h index 148451e1fa..0a95a14770 100644 --- a/support/next_to_fault.h +++ b/support/next_to_fault.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #ifndef SUPPORT_NEXT_TO_FAULT_H #define SUPPORT_NEXT_TO_FAULT_H diff --git a/support/oom_error.c b/support/oom_error.c index aa8e4352f3..f082c46b7f 100644 --- a/support/oom_error.c +++ b/support/oom_error.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/resolv_test.c b/support/resolv_test.c index 903ab2ac05..aeca519ee3 100644 --- a/support/resolv_test.c +++ b/support/resolv_test.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/resolv_test.h b/support/resolv_test.h index c9e48205ab..e36e3e3ae0 100644 --- a/support/resolv_test.h +++ b/support/resolv_test.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #ifndef SUPPORT_RESOLV_TEST_H #define SUPPORT_RESOLV_TEST_H diff --git a/support/run_diff.h b/support/run_diff.h index a4ceb95b29..fb2726e6cc 100644 --- a/support/run_diff.h +++ b/support/run_diff.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #ifndef SUPPORT_RUN_DIFF_H #define SUPPORT_RUN_DIFF_H diff --git a/support/set_fortify_handler.c b/support/set_fortify_handler.c index a5d931d86a..95ceb9da5a 100644 --- a/support/set_fortify_handler.c +++ b/support/set_fortify_handler.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/shell-container.c b/support/shell-container.c index ee3224dfd0..d6d7608bf2 100644 --- a/support/shell-container.c +++ b/support/shell-container.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #define _FILE_OFFSET_BITS 64 diff --git a/support/subprocess.h b/support/subprocess.h index c031878d94..69e0af1308 100644 --- a/support/subprocess.h +++ b/support/subprocess.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #ifndef SUPPORT_SUBPROCESS_H #define SUPPORT_SUBPROCESS_H diff --git a/support/support-xfstat.c b/support/support-xfstat.c index 348b1f0440..b18ee2284e 100644 --- a/support/support-xfstat.c +++ b/support/support-xfstat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/support-xstat.c b/support/support-xstat.c index 9e3dbfb713..438b58ad41 100644 --- a/support/support-xstat.c +++ b/support/support-xstat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* NB: Non-standard file name to avoid sysdeps override for xstat. */ diff --git a/support/support.h b/support/support.h index d72f807477..a9df6e9a3c 100644 --- a/support/support.h +++ b/support/support.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* This header file should only contain definitions compatible with C90. (Using __attribute__ is fine because provides a diff --git a/support/support_become_root.c b/support/support_become_root.c index 0df0e93ac4..9d0505f1ef 100644 --- a/support/support_become_root.c +++ b/support/support_become_root.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/support_can_chroot.c b/support/support_can_chroot.c index 649a811e10..b10a792fd8 100644 --- a/support/support_can_chroot.c +++ b/support/support_can_chroot.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/support_capture_subprocess.c b/support/support_capture_subprocess.c index 948ce5a0c6..7e0434d1aa 100644 --- a/support/support_capture_subprocess.c +++ b/support/support_capture_subprocess.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/support_capture_subprocess_check.c b/support/support_capture_subprocess_check.c index a5895c75fe..6b953584c4 100644 --- a/support/support_capture_subprocess_check.c +++ b/support/support_capture_subprocess_check.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/support_chroot.c b/support/support_chroot.c index 412ec33f53..dd6d03edd5 100644 --- a/support/support_chroot.c +++ b/support/support_chroot.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/support_copy_file_range.c b/support/support_copy_file_range.c index 15b02d5876..ea8be86f10 100644 --- a/support/support_copy_file_range.c +++ b/support/support_copy_file_range.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/support_descriptor_supports_holes.c b/support/support_descriptor_supports_holes.c index ba14c5004b..9866728afb 100644 --- a/support/support_descriptor_supports_holes.c +++ b/support/support_descriptor_supports_holes.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/support_descriptors.c b/support/support_descriptors.c index 848f56c6a0..e3012bc60f 100644 --- a/support/support_descriptors.c +++ b/support/support_descriptors.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/support_enter_mount_namespace.c b/support/support_enter_mount_namespace.c index f376c16e99..4811af3db7 100644 --- a/support/support_enter_mount_namespace.c +++ b/support/support_enter_mount_namespace.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/support_enter_network_namespace.c b/support/support_enter_network_namespace.c index 3af29d6e6b..73910b1a2a 100644 --- a/support/support_enter_network_namespace.c +++ b/support/support_enter_network_namespace.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/support_format_address_family.c b/support/support_format_address_family.c index 8f439d5fc4..2b14b52aca 100644 --- a/support/support_format_address_family.c +++ b/support/support_format_address_family.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/support_format_addrinfo.c b/support/support_format_addrinfo.c index 6bccb36a48..424a528e1b 100644 --- a/support/support_format_addrinfo.c +++ b/support/support_format_addrinfo.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/support_format_dns_packet.c b/support/support_format_dns_packet.c index 7ada6a8acc..6a2a129c1e 100644 --- a/support/support_format_dns_packet.c +++ b/support/support_format_dns_packet.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/support_format_herrno.c b/support/support_format_herrno.c index ef13048e2d..04f5ed9c89 100644 --- a/support/support_format_herrno.c +++ b/support/support_format_herrno.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/support_format_hostent.c b/support/support_format_hostent.c index 604d1c2fed..4210d51506 100644 --- a/support/support_format_hostent.c +++ b/support/support_format_hostent.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/support_format_netent.c b/support/support_format_netent.c index d5ab83f2ac..8ea6c39df6 100644 --- a/support/support_format_netent.c +++ b/support/support_format_netent.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/support_isolate_in_subprocess.c b/support/support_isolate_in_subprocess.c index 998020a5ed..d358b4668c 100644 --- a/support/support_isolate_in_subprocess.c +++ b/support/support_isolate_in_subprocess.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/support_openpty.c b/support/support_openpty.c index dd441f1a62..d06c897abd 100644 --- a/support/support_openpty.c +++ b/support/support_openpty.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/support_paths.c b/support/support_paths.c index ff1df2bf20..22ce80f4cd 100644 --- a/support/support_paths.c +++ b/support/support_paths.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/support_quote_blob.c b/support/support_quote_blob.c index 5fd9931b17..26e6d247ec 100644 --- a/support/support_quote_blob.c +++ b/support/support_quote_blob.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/support_quote_string.c b/support/support_quote_string.c index c2375ec31d..2a889cb4eb 100644 --- a/support/support_quote_string.c +++ b/support/support_quote_string.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/support_record_failure.c b/support/support_record_failure.c index a8ffd1fb7d..9df679c4cc 100644 --- a/support/support_record_failure.c +++ b/support/support_record_failure.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/support_run_diff.c b/support/support_run_diff.c index 50d5f6cba3..8a237862b6 100644 --- a/support/support_run_diff.c +++ b/support/support_run_diff.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/support_shared_allocate.c b/support/support_shared_allocate.c index f7a83310cf..80aee10ba2 100644 --- a/support/support_shared_allocate.c +++ b/support/support_shared_allocate.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/support_subprocess.c b/support/support_subprocess.c index 0c8cc6af30..5c632a6847 100644 --- a/support/support_subprocess.c +++ b/support/support_subprocess.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/support_test_compare_blob.c b/support/support_test_compare_blob.c index 37f012257d..c0e0b308c4 100644 --- a/support/support_test_compare_blob.c +++ b/support/support_test_compare_blob.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/support_test_compare_failure.c b/support/support_test_compare_failure.c index 143ee91af5..f1924c899d 100644 --- a/support/support_test_compare_failure.c +++ b/support/support_test_compare_failure.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/support_test_compare_string.c b/support/support_test_compare_string.c index 36b248c9c1..9f1b1a5af4 100644 --- a/support/support_test_compare_string.c +++ b/support/support_test_compare_string.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/support_test_main.c b/support/support_test_main.c index 7e7b9edbb0..05ad92e688 100644 --- a/support/support_test_main.c +++ b/support/support_test_main.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/support_test_verify_impl.c b/support/support_test_verify_impl.c index 13de2a609c..4a64e24668 100644 --- a/support/support_test_verify_impl.c +++ b/support/support_test_verify_impl.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/support_write_file_string.c b/support/support_write_file_string.c index 661656e1cd..e586ee22ac 100644 --- a/support/support_write_file_string.c +++ b/support/support_write_file_string.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/temp_file-internal.h b/support/temp_file-internal.h index 7194f0bbdb..a93d50a9b6 100644 --- a/support/temp_file-internal.h +++ b/support/temp_file-internal.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #ifndef SUPPORT_TEMP_FILE_INTERNAL_H #define SUPPORT_TEMP_FILE_INTERNAL_H diff --git a/support/temp_file.c b/support/temp_file.c index eb24ef66b1..f81018db68 100644 --- a/support/temp_file.c +++ b/support/temp_file.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* This is required to get an mkstemp which can create large files on some 32-bit platforms. */ diff --git a/support/temp_file.h b/support/temp_file.h index 27fdf602aa..172ebfb226 100644 --- a/support/temp_file.h +++ b/support/temp_file.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #ifndef SUPPORT_TEMP_FILE_H #define SUPPORT_TEMP_FILE_H diff --git a/support/test-container.c b/support/test-container.c index ed911e33f9..9c42d3ae2f 100644 --- a/support/test-container.c +++ b/support/test-container.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #define _FILE_OFFSET_BITS 64 diff --git a/support/test-driver.c b/support/test-driver.c index b753e50e2b..cfe76358f3 100644 --- a/support/test-driver.c +++ b/support/test-driver.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* This file should be included from test cases. It will define a main function which provides the test wrapper. diff --git a/support/test-driver.h b/support/test-driver.h index 55f355f50d..86b04a19f2 100644 --- a/support/test-driver.h +++ b/support/test-driver.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #ifndef SUPPORT_TEST_DRIVER_H #define SUPPORT_TEST_DRIVER_H diff --git a/support/timespec-add.c b/support/timespec-add.c index be7a590514..ea9791dc9f 100644 --- a/support/timespec-add.c +++ b/support/timespec-add.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* Return the sum of two timespec values A and B. On overflow, return an extremal value. This assumes 0 <= tv_nsec < TIMESPEC_HZ. */ diff --git a/support/timespec-sub.c b/support/timespec-sub.c index bf95c7f80d..0fe6517109 100644 --- a/support/timespec-sub.c +++ b/support/timespec-sub.c @@ -15,7 +15,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* Return the difference between two timespec values A and B. On overflow, return an extremal value. This assumes 0 <= tv_nsec < diff --git a/support/timespec.c b/support/timespec.c index 7c1a4e5389..268ee44c33 100644 --- a/support/timespec.c +++ b/support/timespec.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/timespec.h b/support/timespec.h index e9f466b3d1..be427ac4bb 100644 --- a/support/timespec.h +++ b/support/timespec.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #ifndef SUPPORT_TIMESPEC_H #define SUPPORT_TIMESPEC_H diff --git a/support/true-container.c b/support/true-container.c index 8a9a26463f..b946cbdd7a 100644 --- a/support/true-container.c +++ b/support/true-container.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ /* Implements the in-container /bin/true, which always returns true (0). */ diff --git a/support/tst-support-namespace.c b/support/tst-support-namespace.c index 02d9638e8c..b8f0061aa6 100644 --- a/support/tst-support-namespace.c +++ b/support/tst-support-namespace.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/tst-support_blob_repeat.c b/support/tst-support_blob_repeat.c index 29dabd1fef..6ee942436f 100644 --- a/support/tst-support_blob_repeat.c +++ b/support/tst-support_blob_repeat.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/tst-support_capture_subprocess.c b/support/tst-support_capture_subprocess.c index ab363e41ac..4eeeb8b5e0 100644 --- a/support/tst-support_capture_subprocess.c +++ b/support/tst-support_capture_subprocess.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/tst-support_descriptors.c b/support/tst-support_descriptors.c index d54109cde7..ada760c1e2 100644 --- a/support/tst-support_descriptors.c +++ b/support/tst-support_descriptors.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/tst-support_format_dns_packet.c b/support/tst-support_format_dns_packet.c index 94566ffd30..a721b93f06 100644 --- a/support/tst-support_format_dns_packet.c +++ b/support/tst-support_format_dns_packet.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/tst-support_quote_blob.c b/support/tst-support_quote_blob.c index 6450476447..ce4d8daf27 100644 --- a/support/tst-support_quote_blob.c +++ b/support/tst-support_quote_blob.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/tst-support_quote_string.c b/support/tst-support_quote_string.c index 396e55fe10..bc7a5f7bad 100644 --- a/support/tst-support_quote_string.c +++ b/support/tst-support_quote_string.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/tst-support_record_failure-2.sh b/support/tst-support_record_failure-2.sh index 88a5424a09..6098508ba7 100644 --- a/support/tst-support_record_failure-2.sh +++ b/support/tst-support_record_failure-2.sh @@ -15,7 +15,7 @@ # # You should have received a copy of the GNU Lesser General Public # License along with the GNU C Library; if not, see -# . */ +# . */ set -e diff --git a/support/tst-support_record_failure.c b/support/tst-support_record_failure.c index a545ea7acf..54d9efa014 100644 --- a/support/tst-support_record_failure.c +++ b/support/tst-support_record_failure.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/tst-test_compare.c b/support/tst-test_compare.c index 73079bfc8f..56ad5013f7 100644 --- a/support/tst-test_compare.c +++ b/support/tst-test_compare.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/tst-test_compare_blob.c b/support/tst-test_compare_blob.c index 19ea42e61e..4a622ae9e5 100644 --- a/support/tst-test_compare_blob.c +++ b/support/tst-test_compare_blob.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/tst-test_compare_string.c b/support/tst-test_compare_string.c index f471a8b6a1..b984895f9e 100644 --- a/support/tst-test_compare_string.c +++ b/support/tst-test_compare_string.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/tst-xreadlink.c b/support/tst-xreadlink.c index 53cf6699e9..18a55be17b 100644 --- a/support/tst-xreadlink.c +++ b/support/tst-xreadlink.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/tst-xsigstack.c b/support/tst-xsigstack.c index 42859c79e9..ef19b85a7a 100644 --- a/support/tst-xsigstack.c +++ b/support/tst-xsigstack.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/tty.h b/support/tty.h index 8a06bf2c56..374bee7c7e 100644 --- a/support/tty.h +++ b/support/tty.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #ifndef _SUPPORT_TTY_H #define _SUPPORT_TTY_H 1 diff --git a/support/write_message.c b/support/write_message.c index 387fa93f8c..110eb3beb2 100644 --- a/support/write_message.c +++ b/support/write_message.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/xaccept.c b/support/xaccept.c index 8c69d8bf88..a91c8270cd 100644 --- a/support/xaccept.c +++ b/support/xaccept.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/xaccept4.c b/support/xaccept4.c index 770e420e5f..11a39f3e00 100644 --- a/support/xaccept4.c +++ b/support/xaccept4.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/xasprintf.c b/support/xasprintf.c index a8b81201e2..3f45ca9160 100644 --- a/support/xasprintf.c +++ b/support/xasprintf.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/xbind.c b/support/xbind.c index 5a5e7b397d..f3638911c6 100644 --- a/support/xbind.c +++ b/support/xbind.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/xcalloc.c b/support/xcalloc.c index d1e06e0170..3f7dcdc829 100644 --- a/support/xcalloc.c +++ b/support/xcalloc.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/xchroot.c b/support/xchroot.c index 7be6c08323..6523fd0baf 100644 --- a/support/xchroot.c +++ b/support/xchroot.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/xclock_gettime.c b/support/xclock_gettime.c index 0961e757fd..8825a211b9 100644 --- a/support/xclock_gettime.c +++ b/support/xclock_gettime.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/xclose.c b/support/xclose.c index ae9fb25ff3..21019ec1cc 100644 --- a/support/xclose.c +++ b/support/xclose.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/xconnect.c b/support/xconnect.c index 84e4969830..fbcbf63890 100644 --- a/support/xconnect.c +++ b/support/xconnect.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/xcopy_file_range.c b/support/xcopy_file_range.c index ee16dfc69a..97c5177988 100644 --- a/support/xcopy_file_range.c +++ b/support/xcopy_file_range.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/xdlfcn.c b/support/xdlfcn.c index 11fe4896d1..ec15b1599a 100644 --- a/support/xdlfcn.c +++ b/support/xdlfcn.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/xdlfcn.h b/support/xdlfcn.h index 7f8d4930fc..488acf94b4 100644 --- a/support/xdlfcn.h +++ b/support/xdlfcn.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #ifndef SUPPORT_DLOPEN_H #define SUPPORT_DLOPEN_H diff --git a/support/xdlmopen.c b/support/xdlmopen.c index 9a39ba8801..33be51740c 100644 --- a/support/xdlmopen.c +++ b/support/xdlmopen.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/xdup2.c b/support/xdup2.c index 0e6b1eec2c..1e22ac6e33 100644 --- a/support/xdup2.c +++ b/support/xdup2.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/xfclose.c b/support/xfclose.c index 6bbe7f8828..13c9f179ac 100644 --- a/support/xfclose.c +++ b/support/xfclose.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/xfopen.c b/support/xfopen.c index 8972c2be3b..539f01eeda 100644 --- a/support/xfopen.c +++ b/support/xfopen.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/xfork.c b/support/xfork.c index 5a294fd294..ee2ea47694 100644 --- a/support/xfork.c +++ b/support/xfork.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/xftruncate.c b/support/xftruncate.c index c076a42682..995f6e7dd2 100644 --- a/support/xftruncate.c +++ b/support/xftruncate.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/xgetsockname.c b/support/xgetsockname.c index eddaf85a72..4e99c46ca3 100644 --- a/support/xgetsockname.c +++ b/support/xgetsockname.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/xlisten.c b/support/xlisten.c index 3f937d842a..758a0067cf 100644 --- a/support/xlisten.c +++ b/support/xlisten.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/xlseek.c b/support/xlseek.c index d6df2057b4..71b912290f 100644 --- a/support/xlseek.c +++ b/support/xlseek.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/xmalloc.c b/support/xmalloc.c index 56e72d4168..099d4bb63e 100644 --- a/support/xmalloc.c +++ b/support/xmalloc.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/xmemstream.c b/support/xmemstream.c index b8c6d078db..82f8da7df2 100644 --- a/support/xmemstream.c +++ b/support/xmemstream.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/xmemstream.h b/support/xmemstream.h index 013bf287f1..3a3d832da1 100644 --- a/support/xmemstream.h +++ b/support/xmemstream.h @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #ifndef SUPPORT_XMEMSTREAM_H #define SUPPORT_XMEMSTREAM_H diff --git a/support/xmkdir.c b/support/xmkdir.c index f6936d8ee0..c404d70275 100644 --- a/support/xmkdir.c +++ b/support/xmkdir.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/xmkdirp.c b/support/xmkdirp.c index 20f98eca72..319abf466b 100644 --- a/support/xmkdirp.c +++ b/support/xmkdirp.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/xmmap.c b/support/xmmap.c index f8364800a8..6968070785 100644 --- a/support/xmmap.c +++ b/support/xmmap.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/xmprotect.c b/support/xmprotect.c index 5235bf0c04..0a3388ed08 100644 --- a/support/xmprotect.c +++ b/support/xmprotect.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/xmunmap.c b/support/xmunmap.c index 6e6a1dfa6d..c191991276 100644 --- a/support/xmunmap.c +++ b/support/xmunmap.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/xopen.c b/support/xopen.c index 179ed74e6f..28e8822229 100644 --- a/support/xopen.c +++ b/support/xopen.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/xpipe.c b/support/xpipe.c index 7e8e88d57e..819f6573c7 100644 --- a/support/xpipe.c +++ b/support/xpipe.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/xpoll.c b/support/xpoll.c index db51685a5a..9e5a3d8427 100644 --- a/support/xpoll.c +++ b/support/xpoll.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include diff --git a/support/xposix_memalign.c b/support/xposix_memalign.c index 5501a0846a..2e3fb0a2b7 100644 --- a/support/xposix_memalign.c +++ b/support/xposix_memalign.c @@ -14,7 +14,7 @@ You should have received a copy of the GNU Lesser General Public License along with the GNU C Library; if not, see - . */ + . */ #include #include diff --git a/support/xposix_spawn.