Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/chs-ubc2]: src/sys/kern Update from trunk.



details:   https://anonhg.NetBSD.org/src/rev/24e239f068ed
branches:  chs-ubc2
changeset: 471437:24e239f068ed
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Aug 02 22:16:51 1999 +0000

description:
Update from trunk.

diffstat:

 sys/kern/syscalls.master |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 835746459070 -r 24e239f068ed sys/kern/syscalls.master
--- a/sys/kern/syscalls.master  Mon Aug 02 22:04:47 1999 +0000
+++ b/sys/kern/syscalls.master  Mon Aug 02 22:16:51 1999 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.90.4.2 1999/07/01 23:43:21 thorpej Exp $
+       $NetBSD: syscalls.master,v 1.90.4.3 1999/08/02 22:16:51 thorpej Exp $
 
 ;      @(#)syscalls.master     8.2 (Berkeley) 1/13/94
 
@@ -159,7 +159,7 @@
 66     STD             { int sys_vfork(void); }
 67     OBSOL           vread
 68     OBSOL           vwrite
-69     STD             { int sys_sbrk(int incr); }
+69     STD             { int sys_sbrk(intptr_t incr); }
 70     STD             { int sys_sstk(int incr); }
 71     COMPAT_43       { int sys_mmap(caddr_t addr, size_t len, int prot, \
                            int flags, int fd, long pos); } ommap



Home | Main Index | Thread Index | Old Index