Update copyright notices with scripts/update-copyrights
[platform/upstream/glibc.git] / hurd / setauth.c
index 34ce7f6..5af7ff1 100644 (file)
@@ -1,20 +1,19 @@
-/* Copyright (C) 1991, 1992, 1993, 1994, 1995 Free Software Foundation, Inc.
-This file is part of the GNU C Library.
+/* Copyright (C) 1991-2014 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
-modify it under the terms of the GNU Library General Public License as
-published by the Free Software Foundation; either version 2 of the
-License, or (at your option) any later version.
+   The GNU C Library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
 
-The GNU C Library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-Library General Public License for more details.
+   The GNU C Library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
 
-You should have received a copy of the GNU Library General Public
-License along with the GNU C Library; see the file COPYING.LIB.  If
-not, write to the Free Software Foundation, Inc., 675 Mass Ave,
-Cambridge, MA 02139, USA.  */
+   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/>.  */
 
 #include <hurd.h>
 #include <hurd/port.h>
@@ -73,7 +72,6 @@ _hurd_setauth (auth_t new)
              ! HURD_PORT_USE (&_hurd_ports[INIT_PORT_AUTH],
                               __auth_user_authenticate
                               (port,
-                               _hurd_init_dtable[d],
                                ref, MACH_MSG_TYPE_MAKE_SEND,
                                &new)))
            {
@@ -88,7 +86,7 @@ _hurd_setauth (auth_t new)
   if (__USEPORT (CRDIR,
                 ! __io_reauthenticate (port,
                                        ref, MACH_MSG_TYPE_MAKE_SEND) &&
-                ! __auth_user_authenticate (new, port,
+                ! __auth_user_authenticate (new,
                                             ref, MACH_MSG_TYPE_MAKE_SEND,
                                             &newport)))
     _hurd_port_set (&_hurd_ports[INIT_PORT_CRDIR], newport);
@@ -98,7 +96,7 @@ _hurd_setauth (auth_t new)
   if (__USEPORT (CWDIR,
                 ! __io_reauthenticate (port,
                                        ref, MACH_MSG_TYPE_MAKE_SEND) &&
-                ! __auth_user_authenticate (new, port,
+                ! __auth_user_authenticate (new,
                                             ref, MACH_MSG_TYPE_MAKE_SEND,
                                             &newport)))
     _hurd_port_set (&_hurd_ports[INIT_PORT_CWDIR], newport);