summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32/syscalls.master
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2008-10-22 21:55:48 +0000
committerjhb <jhb@FreeBSD.org>2008-10-22 21:55:48 +0000
commit327ae6eb3a1a8aa10419a446a94f60c35996d868 (patch)
tree52c2acf2cfeb0ab76a95a909620cf9d9508ff19a /sys/compat/freebsd32/syscalls.master
parent486f9a87d63369b9373a2644a6ec68fb77d6e818 (diff)
downloadFreeBSD-src-327ae6eb3a1a8aa10419a446a94f60c35996d868.zip
FreeBSD-src-327ae6eb3a1a8aa10419a446a94f60c35996d868.tar.gz
Split the copyout of *base at the end of getdirentries() out leaving the
rest in kern_getdirentries(). Use kern_getdirentries() to implement freebsd32_getdirentries(). This fixes a bug where calls to getdirentries() in 32-bit binaries would trash the 4 bytes after the 'long base' in userland. Submitted by: ups MFC after: 1 week
Diffstat (limited to 'sys/compat/freebsd32/syscalls.master')
-rw-r--r--sys/compat/freebsd32/syscalls.master4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master
index 0e70981..fa9cbd2 100644
--- a/sys/compat/freebsd32/syscalls.master
+++ b/sys/compat/freebsd32/syscalls.master
@@ -350,8 +350,8 @@
195 AUE_SETRLIMIT NOPROTO { int setrlimit(u_int which, \
struct rlimit *rlp); } setrlimit \
__setrlimit_args int
-196 AUE_GETDIRENTRIES NOPROTO { int getdirentries(int fd, char *buf, \
- u_int count, long *basep); }
+196 AUE_GETDIRENTRIES STD { int freebsd32_getdirentries(int fd, \
+ char *buf, u_int count, int32_t *basep); }
197 AUE_MMAP COMPAT6 { caddr_t freebsd32_mmap(caddr_t addr, \
size_t len, int prot, int flags, int fd, \
int pad, u_int32_t poslo, \
OpenPOWER on IntegriCloud