diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-09-10 02:22:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2012-09-10 02:22:18 +0000 |
commit | e2c80502ab18d2839011432ae246caf2942442a6 (patch) | |
tree | 539e0dc5ea88475bfde1067b0e0bffad2ba3521e /sys | |
parent | 88d96586814dd4f4ca9ea1160506ee351bf60e7b (diff) |
compat_o48_sys_getdirentries can die; ok guenther
Diffstat (limited to 'sys')
-rw-r--r-- | sys/kern/syscalls.master | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master index bd1217afaef..c7badf48246 100644 --- a/sys/kern/syscalls.master +++ b/sys/kern/syscalls.master @@ -1,4 +1,4 @@ -; $OpenBSD: syscalls.master,v 1.125 2012/08/23 06:12:49 deraadt Exp $ +; $OpenBSD: syscalls.master,v 1.126 2012/09/10 02:22:17 deraadt Exp $ ; $NetBSD: syscalls.master,v 1.32 1996/04/23 10:24:21 mycroft Exp $ ; @(#)syscalls.master 8.2 (Berkeley) 1/13/94 @@ -317,8 +317,7 @@ struct rlimit *rlp); } 195 STD { int sys_setrlimit(int which, \ const struct rlimit *rlp); } -196 COMPAT_O48 { int sys_getdirentries(int fd, char *buf, \ - int count, long *basep); } +196 OBSOL ogetdirentries48 197 STD { void *sys_mmap(void *addr, size_t len, int prot, \ int flags, int fd, long pad, off_t pos); } 198 INDIR { quad_t sys___syscall(quad_t num, ...); } |