aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/getdents.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd/getdents.c')
-rw-r--r--sysdeps/mach/hurd/getdents.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/sysdeps/mach/hurd/getdents.c b/sysdeps/mach/hurd/getdents.c
index 61b11accd1..879d25613d 100644
--- a/sysdeps/mach/hurd/getdents.c
+++ b/sysdeps/mach/hurd/getdents.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1992, 1993, 1994, 1995, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1992, 93, 94, 95, 97, 98 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
@@ -22,13 +22,13 @@
#include <hurd.h>
#include <hurd/fd.h>
#include <string.h>
+#include <unistd.h>
ssize_t
-__getdirentries (fd, buf, nbytes, basep)
- int fd;
- char *buf;
- size_t nbytes;
- off_t *basep;
+__getdirentries (int fd,
+ char *buf,
+ size_t nbytes,
+ off_t *basep)
{
error_t err;
int entriesread;