Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern mincore: caddr_t -> void *
details: https://anonhg.NetBSD.org/src/rev/a5db927a9bc8
branches: trunk
changeset: 473579:a5db927a9bc8
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue Jun 08 03:07:39 1999 +0000
description:
mincore: caddr_t -> void *
diffstat:
sys/kern/syscalls.master | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 08fdb271b481 -r a5db927a9bc8 sys/kern/syscalls.master
--- a/sys/kern/syscalls.master Tue Jun 08 02:39:57 1999 +0000
+++ b/sys/kern/syscalls.master Tue Jun 08 03:07:39 1999 +0000
@@ -1,4 +1,4 @@
- $NetBSD: syscalls.master,v 1.90 1999/03/28 17:29:52 kleink Exp $
+ $NetBSD: syscalls.master,v 1.91 1999/06/08 03:07:39 thorpej Exp $
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
@@ -170,7 +170,7 @@
int behav); }
76 OBSOL vhangup
77 OBSOL vlimit
-78 STD { int sys_mincore(caddr_t addr, size_t len, \
+78 STD { int sys_mincore(void *addr, size_t len, \
char *vec); }
79 STD { int sys_getgroups(int gidsetsize, \
gid_t *gidset); }
Home |
Main Index |
Thread Index |
Old Index