Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/compat/irix Added sysconf(SC_IP_SECOPTS)
details: https://anonhg.NetBSD.org/src/rev/74cb1ce17d90
branches: trunk
changeset: 525748:74cb1ce17d90
user: manu <manu%NetBSD.org@localhost>
date: Tue Apr 16 20:15:03 2002 +0000
description:
Added sysconf(SC_IP_SECOPTS)
diffstat:
sys/compat/irix/irix_syssgi.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r 3b7bc6e5fff0 -r 74cb1ce17d90 sys/compat/irix/irix_syssgi.c
--- a/sys/compat/irix/irix_syssgi.c Tue Apr 16 19:20:51 2002 +0000
+++ b/sys/compat/irix/irix_syssgi.c Tue Apr 16 20:15:03 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: irix_syssgi.c,v 1.24 2002/03/28 12:59:35 manu Exp $ */
+/* $NetBSD: irix_syssgi.c,v 1.25 2002/04/16 20:15:03 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.24 2002/03/28 12:59:35 manu Exp $");
+__KERNEL_RCSID(0, "$NetBSD: irix_syssgi.c,v 1.25 2002/04/16 20:15:03 manu Exp $");
#include "opt_ddb.h"
@@ -448,6 +448,7 @@
mib[0] = CTL_KERN;
mib[1] = KERN_SAVED_IDS;
break;
+ case IRIX_SC_IP_SECOPTS:/* IP security options */
/* Trusted IRIX capabilities are unsupported */
case IRIX_SC_ACL: /* ACcess Lists */
case IRIX_SC_AUDIT: /* Audit */
Home |
Main Index |
Thread Index |
Old Index