]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - stdlib/lrand48_r.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / stdlib / lrand48_r.c
index aa9f205132faef3484f6807c93d29fc0a0ce5ff2..255f9482a43f949c3f4c35829ad4ac59eed9d7d6 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995,97,98,2001,02 Free Software Foundation, Inc.
+/* Copyright (C) 1995-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@gnu.org>, August 1995.
 
 
    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 <stdlib.h>
 
 int
-lrand48_r (buffer, result)
-     struct drand48_data *buffer;
-     long int *result;
+lrand48_r (struct drand48_data *buffer, long int *result)
 {
   /* Be generous for the arguments, detect some errors.  */
   if (buffer == NULL)