Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/compat/netbsd32 The kern_proc_32 hook is in th...



details:   https://anonhg.NetBSD.org/src/rev/df23a981f3bb
branches:  pgoyette-compat
changeset: 830768:df23a981f3bb
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Sep 23 11:29:53 2018 +0000

description:
The kern_proc_32 hook is in the main kernel, so don't make another
one here.

diffstat:

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

diffs (26 lines):

diff -r 837f8c251cdb -r df23a981f3bb sys/compat/netbsd32/netbsd32_mod.c
--- a/sys/compat/netbsd32/netbsd32_mod.c        Sun Sep 23 11:23:47 2018 +0000
+++ b/sys/compat/netbsd32/netbsd32_mod.c        Sun Sep 23 11:29:53 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_mod.c,v 1.13.16.14 2018/09/23 11:23:47 pgoyette Exp $ */
+/*     $NetBSD: netbsd32_mod.c,v 1.13.16.15 2018/09/23 11:29:53 pgoyette Exp $ */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_mod.c,v 1.13.16.14 2018/09/23 11:23:47 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_mod.c,v 1.13.16.15 2018/09/23 11:29:53 pgoyette Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_execfmt.h"
@@ -54,7 +54,6 @@
     sizeof(Elf32_Addr)) + MAXPATHLEN + ALIGN(1))
 
 struct compat32_80_modctl_hook_t compat32_80_modctl_hook;
-struct kern_proc_32_hook_t kern_proc_32_hook;
 
 # define       DEPS1   "ksem,coredump,compat_util"
 



Home | Main Index | Thread Index | Old Index