summaryrefslogtreecommitdiff
path: root/src/sysdep.c
diff options
context:
space:
mode:
authorStefan Kangas <stefankangas@gmail.com>2022-10-15 11:17:51 +0200
committerStefan Kangas <stefankangas@gmail.com>2022-10-15 13:06:45 +0200
commit3187225416c66061b67e89092addc15cad2202b9 (patch)
treec751643b41773edaa5b117345ee4a1e68501303b /src/sysdep.c
parent34bb39964d605d60284c17441a2478e003029ce2 (diff)
downloademacs-3187225416c66061b67e89092addc15cad2202b9.tar.gz
; Prefer HTTPS to HTTP in many URLs
Diffstat (limited to 'src/sysdep.c')
-rw-r--r--src/sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index abb385d1388..736723bdf3d 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -2432,7 +2432,7 @@ emacs_pipe (int fd[2])
/* Approximate posix_close and POSIX_CLOSE_RESTART well enough for Emacs.
For the background behind this mess, please see Austin Group defect 529
- <http://austingroupbugs.net/view.php?id=529>. */
+ <https://austingroupbugs.net/view.php?id=529>. */
#ifndef POSIX_CLOSE_RESTART
# define POSIX_CLOSE_RESTART 1