diff options
| author | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-20 05:48:58 +0000 |
|---|---|---|
| committer | Alfred Perlstein <alfred@FreeBSD.org> | 2002-03-20 05:48:58 +0000 |
| commit | b63dc6ad473b82b196386d0c3dcbd1056cea81df (patch) | |
| tree | 3d74fd60e2a8454afa80afb555ded6a9f0360780 /sys/compat/linux/linux_getcwd.c | |
| parent | 69c2d429c13b29b1cb66d1990d969d1314f5960f (diff) | |
Notes
Diffstat (limited to 'sys/compat/linux/linux_getcwd.c')
| -rw-r--r-- | sys/compat/linux/linux_getcwd.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/compat/linux/linux_getcwd.c b/sys/compat/linux/linux_getcwd.c index 2a09fd36a852..6e8d0b1f899d 100644 --- a/sys/compat/linux/linux_getcwd.c +++ b/sys/compat/linux/linux_getcwd.c @@ -60,11 +60,11 @@ #include <compat/linux/linux_util.h> static int -linux_getcwd_scandir __P((struct vnode **, struct vnode **, - char **, char *, struct thread *)); +linux_getcwd_scandir(struct vnode **, struct vnode **, + char **, char *, struct thread *); static int -linux_getcwd_common __P((struct vnode *, struct vnode *, - char **, char *, int, int, struct thread *)); +linux_getcwd_common(struct vnode *, struct vnode *, + char **, char *, int, int, struct thread *); #define DIRENT_MINSIZE (sizeof(struct dirent) - (MAXNAMLEN+1) + 4) |
