From 914e939800d748c98088f93ad697dbf2a02653ed Mon Sep 17 00:00:00 2001 From: fvdl Date: Fri, 10 Oct 1997 12:45:01 +0000 Subject: [PATCH] sys_getdirentries -> compat_12_sys_getdirentries from Juergen Hannken-Illjes. --- sys/compat/sunos/syscalls.master | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/compat/sunos/syscalls.master b/sys/compat/sunos/syscalls.master index 6c49fe52fb95..656040c3cde0 100644 --- a/sys/compat/sunos/syscalls.master +++ b/sys/compat/sunos/syscalls.master @@ -1,4 +1,4 @@ - $NetBSD: syscalls.master,v 1.41 1997/06/13 19:09:12 thorpej Exp $ + $NetBSD: syscalls.master,v 1.42 1997/10/10 12:45:01 fvdl Exp $ ; @(#)syscalls.master 8.1 (Berkeley) 7/19/93 @@ -240,7 +240,7 @@ #else 155 UNIMPL #endif -156 NOARGS { int sys_getdirentries(int fd, char *buf, \ +156 NOARGS { int compat_12_sys_getdirentries(int fd, char *buf, \ u_int count, long *basep); } 157 STD { int sunos_sys_statfs(char *path, \ struct sunos_statfs *buf); }