summaryrefslogtreecommitdiff
path: root/lib/clean-temp.c
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2017-09-14 00:35:56 +0200
committerBruno Haible <bruno@clisp.org>2017-09-14 00:35:56 +0200
commit03eac9d394567d707a74826dfc9c305555946597 (patch)
treedf5743f58e2f39dd8ad3b30da118b3afad285c9e /lib/clean-temp.c
parentb7773f3f796588544f36b45be274f42b36b42149 (diff)
downloadgnulib-03eac9d394567d707a74826dfc9c305555946597.tar.gz
all: Replace many more http URLs by https URLs. Update stale URLs.
* users.txt: Remove mention of 'newts'. * lib/localename.c: Update comment about LANG_SOTHO.
Diffstat (limited to 'lib/clean-temp.c')
-rw-r--r--lib/clean-temp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/clean-temp.c b/lib/clean-temp.c
index 0941e3ee7f..16728eede9 100644
--- a/lib/clean-temp.c
+++ b/lib/clean-temp.c
@@ -165,7 +165,7 @@ string_equals (const void *x1, const void *x2)
/* A hash function for NUL-terminated char* strings using
the method described by Bruno Haible.
- See http://www.haible.de/bruno/hashfunc.html. */
+ See https://www.haible.de/bruno/hashfunc.html. */
static size_t
string_hash (const void *x)
{
@@ -580,7 +580,7 @@ supports_delete_on_close ()
OSVERSIONINFO v;
/* According to
- <http://msdn.microsoft.com/en-us/library/windows/desktop/ms724451(v=vs.85).aspx>
+ <https://msdn.microsoft.com/en-us/library/ms724451.aspx>
this structure must be initialized as follows: */
v.dwOSVersionInfoSize = sizeof (OSVERSIONINFO);