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, 1 insertions, 3 deletions
diff --git a/sysdeps/mach/hurd/listen.c b/sysdeps/mach/hurd/listen.c
index 3be59d0ca1..dea1728fa1 100644
--- a/sysdeps/mach/hurd/listen.c
+++ b/sysdeps/mach/hurd/listen.c
@@ -26,9 +26,7 @@
    Returns 0 on success, -1 for errors.  */
 
 int
-__listen (fd, n)
-     int fd;
-     int n;
+__listen (int fd, int n)
 {
   error_t err = HURD_DPORT_USE (fd, __socket_listen (port, n));
   if (err)