Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/f0a8c4b0822e
branches:  chs-ubc2
changeset: 471428:f0a8c4b0822e
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Mon Aug 02 21:53:23 1999 +0000

description:
Update from trunk.

diffstat:

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

diffs (18 lines):

diff -r 86f6d9ca0ca0 -r f0a8c4b0822e sys/compat/sunos/syscalls.master
--- a/sys/compat/sunos/syscalls.master  Mon Aug 02 21:53:07 1999 +0000
+++ b/sys/compat/sunos/syscalls.master  Mon Aug 02 21:53:23 1999 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.52 1999/03/22 17:28:21 sommerfe Exp $
+       $NetBSD: syscalls.master,v 1.52.4.1 1999/08/02 21:53:23 thorpej Exp $
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -126,7 +126,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     STD             { void *sunos_sys_mmap(void *addr, size_t len, \
                            int prot, int flags, int fd, long pos); }



Home | Main Index | Thread Index | Old Index