]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - posix/getsid.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / posix / getsid.c
index 6b4caf0314bfa7a41dc92ab5dfacf93a0b35c339..6375369c066bcef1ef83c0725fa591a6651954c1 100644 (file)
@@ -1,5 +1,5 @@
 /* getsid -- Return session ID of a process.  Stub version.
-   Copyright (C) 1995,96,97,2002 Free Software Foundation, Inc.
+   Copyright (C) 1995-2019 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
@@ -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
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <sys/types.h>
 #include <unistd.h>
@@ -28,4 +28,3 @@ getsid (pid_t pid)
 }
 libc_hidden_def (getsid)
 stub_warning (getsid)
-#include <stub-tag.h>