Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/osf1 fix madvise args
details: https://anonhg.NetBSD.org/src/rev/0f1283159bbc
branches: trunk
changeset: 472336:0f1283159bbc
user: cgd <cgd%NetBSD.org@localhost>
date: Tue Apr 27 18:40:53 1999 +0000
description:
fix madvise args
diffstat:
sys/compat/osf1/syscalls.master | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r ee395fc69eee -r 0f1283159bbc sys/compat/osf1/syscalls.master
--- a/sys/compat/osf1/syscalls.master Tue Apr 27 18:38:44 1999 +0000
+++ b/sys/compat/osf1/syscalls.master Tue Apr 27 18:40:53 1999 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.15 1999/04/27 17:52:44 cgd Exp $
+ $NetBSD: syscalls.master,v 1.16 1999/04/27 18:40:53 cgd Exp $
; @(#)syscalls.master 8.1 (Berkeley) 7/19/93
@@ -132,8 +132,8 @@
72 UNIMPL ovadvise
73 NOARGS { int sys_munmap(caddr_t addr, size_t len); }
74 UNIMPL mprotect
-; XXX
-75 STD { int osf1_sys_madvise(void); }
+75 STD { int osf1_sys_madvise(void *addr, size_t len, \
+ int behav); }
76 UNIMPL old vhangup
77 UNIMPL kmodcall
78 UNIMPL mincore
Home |
Main Index |
Thread Index |
Old Index