Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/linux/arch/powerpc Small typo in fadvise64_64 arg...
details: https://anonhg.NetBSD.org/src/rev/75d2e42ef7b9
branches: trunk
changeset: 765593:75d2e42ef7b9
user: njoly <njoly%NetBSD.org@localhost>
date: Tue May 31 21:38:00 2011 +0000
description:
Small typo in fadvise64_64 args (advise -> advice).
diffstat:
sys/compat/linux/arch/powerpc/syscalls.master | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 6488b5337bd5 -r 75d2e42ef7b9 sys/compat/linux/arch/powerpc/syscalls.master
--- a/sys/compat/linux/arch/powerpc/syscalls.master Tue May 31 20:53:13 2011 +0000
+++ b/sys/compat/linux/arch/powerpc/syscalls.master Tue May 31 21:38:00 2011 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.47 2011/05/30 17:50:32 alnsn Exp $
+ $NetBSD: syscalls.master,v 1.48 2011/05/31 21:38:00 njoly Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -446,7 +446,7 @@
253 STD { int|linux_sys||fstatfs64(int fd, \
size_t sz, struct linux_statfs64 *sp); }
254 STD { int|linux_sys||fadvise64_64(int fd, \
- linux_off_t offset, linux_off_t len, int advise); }
+ linux_off_t offset, linux_off_t len, int advice); }
255 UNIMPL rtas
256 UNIMPL /* reserved for sys_debug_setcontext */
257 UNIMPL /* reserved for vserver */
Home |
Main Index |
Thread Index |
Old Index