about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/listen.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/listen.c')
-rw-r--r--sysdeps/mach/hurd/listen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/mach/hurd/listen.c b/sysdeps/mach/hurd/listen.c
index 1eeaee5b54..9e13a4f19c 100644
--- a/sysdeps/mach/hurd/listen.c
+++ b/sysdeps/mach/hurd/listen.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992, 1994, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 1994, 1997, 2001 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
@@ -30,7 +30,7 @@
 int
 listen (fd, n)
      int fd;
-     unsigned int n;
+     int n;
 {
   error_t err = HURD_DPORT_USE (fd, __socket_listen (port, n));
   if (err)