Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/irix One more unsupported feature: SGI_SATCTL



details:   https://anonhg.NetBSD.org/src/rev/3944198e5b5d
branches:  trunk
changeset: 525904:3944198e5b5d
user:      manu <manu%NetBSD.org@localhost>
date:      Sat Apr 20 07:43:35 2002 +0000

description:
One more unsupported feature: SGI_SATCTL

diffstat:

 sys/compat/irix/irix_syssgi.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 0c639bb5da2a -r 3944198e5b5d sys/compat/irix/irix_syssgi.c
--- a/sys/compat/irix/irix_syssgi.c     Sat Apr 20 07:42:32 2002 +0000
+++ b/sys/compat/irix/irix_syssgi.c     Sat Apr 20 07:43:35 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: irix_syssgi.c,v 1.25 2002/04/16 20:15:03 manu Exp $ */
+/*     $NetBSD: irix_syssgi.c,v 1.26 2002/04/20 07:43:35 manu Exp $ */
 
 /*-
  * Copyright (c) 2001-2002 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: irix_syssgi.c,v 1.25 2002/04/16 20:15:03 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: irix_syssgi.c,v 1.26 2002/04/20 07:43:35 manu Exp $");
 
 #include "opt_ddb.h"
 
@@ -219,6 +219,7 @@
                return irix_syssgi_sysconf((int)arg1, p, retval);       
                break;
 
+       case IRIX_SGI_SATCTL:           /* control audit stream */
        case IRIX_SGI_RXEV_GET:         /* Trusted IRIX call */
                /* Undocumented (?) and unimplemented */
                return 0;



Home | Main Index | Thread Index | Old Index