Source-Changes-HG archive

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

[src/netbsd-1-5]: src/sys/compat/ibcs2 Approved by thorpej:



details:   https://anonhg.NetBSD.org/src/rev/5e14109b3436
branches:  netbsd-1-5
changeset: 489384:5e14109b3436
user:      matt <matt%NetBSD.org@localhost>
date:      Tue Sep 05 01:00:54 2000 +0000

description:
Approved by thorpej:
> Add gtty(2) emulation.

diffstat:

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

diffs (18 lines):

diff -r 5597308eab6e -r 5e14109b3436 sys/compat/ibcs2/syscalls.master
--- a/sys/compat/ibcs2/syscalls.master  Tue Sep 05 01:00:25 2000 +0000
+++ b/sys/compat/ibcs2/syscalls.master  Tue Sep 05 01:00:54 2000 +0000
@@ -1,4 +1,4 @@
-       $NetBSD: syscalls.master,v 1.21 2000/01/10 03:10:15 matt Exp $
+       $NetBSD: syscalls.master,v 1.21.4.1 2000/09/05 01:00:54 matt Exp $
 
 ;      @(#)syscalls.master     8.1 (Berkeley) 7/19/93
 
@@ -82,7 +82,7 @@
 30     STD             { int ibcs2_sys_utime(const char *path, \
                            struct ibcs2_utimbuf *buf); }
 31     UNIMPL          was stty
-32     UNIMPL          was gtty
+32     STD             { int ibcs2_sys_gtty(int fd, struct ibcs2_sgttyb *tb); }
 33     STD             { int ibcs2_sys_access(const char *path, int flags); }
 34     STD             { int ibcs2_sys_nice(int incr); }
 35     STD             { int ibcs2_sys_statfs(const char *path, \



Home | Main Index | Thread Index | Old Index