Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/kern Pull up revision 1.47 (requested by elad in tick...



details:   https://anonhg.NetBSD.org/src/rev/d51ca532ffa0
branches:  netbsd-3
changeset: 577016:d51ca532ffa0
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Aug 23 13:43:39 2005 +0000

description:
Pull up revision 1.47 (requested by elad in ticket #685):
defopt verified_exec.

diffstat:

 sys/kern/init_sysctl.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 236ba96f4007 -r d51ca532ffa0 sys/kern/init_sysctl.c
--- a/sys/kern/init_sysctl.c    Sun Aug 21 22:18:58 2005 +0000
+++ b/sys/kern/init_sysctl.c    Tue Aug 23 13:43:39 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: init_sysctl.c,v 1.36.2.3 2005/07/02 15:48:42 tron Exp $ */
+/*     $NetBSD: init_sysctl.c,v 1.36.2.4 2005/08/23 13:43:39 tron Exp $ */
 
 /*-
  * Copyright (c) 2003 The NetBSD Foundation, Inc.
@@ -37,11 +37,12 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: init_sysctl.c,v 1.36.2.3 2005/07/02 15:48:42 tron Exp $");
+__KERNEL_RCSID(0, "$NetBSD: init_sysctl.c,v 1.36.2.4 2005/08/23 13:43:39 tron Exp $");
 
 #include "opt_sysv.h"
 #include "opt_multiprocessor.h"
 #include "opt_posix.h"
+#include "opt_verified_exec.h"
 #include "pty.h"
 #include "rnd.h"
 



Home | Main Index | Thread Index | Old Index