]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - rt/tst-mqueue9.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / rt / tst-mqueue9.c
index d6ec6ca9d7d59928f58cd1bdc146448d829a6bf6..4c5d89b4828498e1b64ee9241803fdc44e463e5b 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Jakub Jelinek <jakub@redhat.com>, 2004.
 
@@ -13,9 +13,8 @@
    Lesser General Public License for more details.
 
    You should have received a copy of the GNU Lesser General Public
-   License along with the GNU C Library; if not, write to the Free
-   Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-   02111-1307 USA.  */
+   License along with the GNU C Library; if not, see
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <mqueue.h>
@@ -56,7 +55,7 @@ do_test (void)
       return 0;
     }
 
-  int result;
+  int result = 0;
   if (mq_unlink (name) == 0)
     {
       puts ("mq_unlink unexpectedly succeeded");