Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/fcdee44e70ac
branches:  chs-ubc2
changeset: 471424:fcdee44e70ac
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Aug 02 21:51:26 1999 +0000

description:
Update from trunk.

diffstat:

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

diffs (18 lines):

diff -r b93e3385a1dc -r fcdee44e70ac sys/compat/freebsd/syscalls.master
--- a/sys/compat/freebsd/syscalls.master        Mon Aug 02 21:50:57 1999 +0000
+++ b/sys/compat/freebsd/syscalls.master        Mon Aug 02 21:51:26 1999 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.22.4.1 1999/06/21 01:06:44 thorpej Exp $
+       $NetBSD: syscalls.master,v 1.22.4.2 1999/08/02 21:51:26 thorpej Exp $
 
 ;      from: @(#)syscalls.master       8.2 (Berkeley) 1/13/94
 
@@ -160,7 +160,7 @@
 66     NOARGS          { int sys_vfork(void); }
 67     OBSOL           vread
 68     OBSOL           vwrite
-69     NOARGS          { int sys_sbrk(int incr); }
+69     NOARGS          { int sys_sbrk(intptr_t incr); }
 70     NOARGS          { int sys_sstk(int incr); }
 71     NOARGS          { int compat_43_sys_mmap(caddr_t addr, size_t len, \
                            int prot, int flags, int fd, long pos); } ommap



Home | Main Index | Thread Index | Old Index