Update copyright notices with scripts/update-copyrights
[platform/upstream/glibc.git] / hurd / privports.c
index 5d3232b..e48f4f0 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1993,94,97,2001 Free Software Foundation, Inc.
+/* Copyright (C) 1993-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
@@ -12,9 +12,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
+   <http://www.gnu.org/licenses/>.  */
 
 #include <hurd.h>
 
@@ -25,7 +24,7 @@ mach_port_t _hurd_host_priv, _hurd_device_master;
 
 
 kern_return_t
-__get_privileged_ports (host_priv_t *host_priv_ptr,
+__get_privileged_ports (mach_port_t *host_priv_ptr,
                        device_t *device_master_ptr)
 {
   if ((host_priv_ptr && _hurd_host_priv == MACH_PORT_NULL)