]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - hurd/hurdmsg.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / hurd / hurdmsg.c
index 947f9f8720c532632f1355cf3b018ebbbbf1f089..4249ba104a94137676d630505158e87be658e8ea 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992, 1994, 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1992-2017 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
@@ -324,7 +324,7 @@ _S_msg_get_env_variable (mach_port_t msgport,
   valuelen = strlen (value);
   if (valuelen > *datalen)
     {
-      if (err = __vm_allocate (__mach_task_self (), 
+      if (err = __vm_allocate (__mach_task_self (),
                               (vm_address_t *) data, valuelen, 1))
        return err;
     }