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 defin...



details:   https://anonhg.NetBSD.org/src/rev/2f2f566a8559
branches:  pgoyette-compat
changeset: 830771:2f2f566a8559
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Sep 23 11:57:09 2018 +0000

description:
The kern_proc_32 hook is defined in non-compat code.  Don't redefine.

diffstat:

 sys/compat/netbsd32/netbsd32.h |  9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)

diffs (23 lines):

diff -r 02496d0231cd -r 2f2f566a8559 sys/compat/netbsd32/netbsd32.h
--- a/sys/compat/netbsd32/netbsd32.h    Sun Sep 23 11:50:03 2018 +0000
+++ b/sys/compat/netbsd32/netbsd32.h    Sun Sep 23 11:57:09 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32.h,v 1.116.2.11 2018/09/23 11:23:47 pgoyette Exp $     */
+/*     $NetBSD: netbsd32.h,v 1.116.2.12 2018/09/23 11:57:09 pgoyette Exp $     */
 
 /*
  * Copyright (c) 1998, 2001, 2008, 2015 Matthew R. Green
@@ -1181,13 +1181,6 @@
 MODULE_HOOK(compat32_80_modctl_hook,
     (struct lwp *, const struct netbsd32_modctl_args *, register_t *));
 
-/* 
- * kern_proc compatability for netbsd32
- */
-struct ps_strings;
-MODULE_HOOK2(kern_proc_32_hook, (struct proc *, struct ps_strings *),
-    (char **, size_t, vaddr_t *));
-
 /*
  * Finally, declare emul_netbsd32 as this is needed in lots of
  * places when calling syscall_{,dis}establish()



Home | Main Index | Thread Index | Old Index