Module Name: src
Committed By: njoly
Date: Tue May 31 21:38:00 UTC 2011
Modified Files:
src/sys/compat/linux/arch/powerpc: syscalls.master
Log Message:
Small typo in fadvise64_64 args (advise -> advice).
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/compat/linux/arch/powerpc/syscalls.master
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/compat/linux/arch/powerpc/syscalls.master
diff -u src/sys/compat/linux/arch/powerpc/syscalls.master:1.47 src/sys/compat/linux/arch/powerpc/syscalls.master:1.48
--- src/sys/compat/linux/arch/powerpc/syscalls.master:1.47 Mon May 30 17:50:32 2011
+++ src/sys/compat/linux/arch/powerpc/syscalls.master Tue May 31 21:38:00 2011
@@ -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 */