Source-Changes-HG archive

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

[src/trunk]: src/sys/compat/freebsd fix typos



details:   https://anonhg.NetBSD.org/src/rev/5a8dd8f8e347
branches:  trunk
changeset: 794152:5a8dd8f8e347
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Mar 07 02:02:16 2014 +0000

description:
fix typos

diffstat:

 sys/compat/freebsd/freebsd_mod.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 3a4b80a8292f -r 5a8dd8f8e347 sys/compat/freebsd/freebsd_mod.c
--- a/sys/compat/freebsd/freebsd_mod.c  Fri Mar 07 01:55:01 2014 +0000
+++ b/sys/compat/freebsd/freebsd_mod.c  Fri Mar 07 02:02:16 2014 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: freebsd_mod.c,v 1.4 2014/03/07 01:33:43 christos Exp $ */
+/*     $NetBSD: freebsd_mod.c,v 1.5 2014/03/07 02:02:16 christos Exp $ */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: freebsd_mod.c,v 1.4 2014/03/07 01:33:43 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: freebsd_mod.c,v 1.5 2014/03/07 02:02:16 christos Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_execfmt.h"
@@ -86,13 +86,13 @@
                .es_hdrsz = FREEBSD_AOUT_HDR_SIZE,
                .es_makecmds = exec_freebsd_aout_makecmds,
                .u = {
-                       .elf_probe_function = NULL,
+                       .elf_probe_func = NULL,
                },
                .es_emul = &emul_freebsd,
                .es_prio = EXECSW_PRIO_ANY,
                .es_arglen = 0,
                .es_copyargs = copyargs,
-               .se_setregs = NULL,
+               .es_setregs = NULL,
                .es_coredump = coredump_netbsd,
                .es_setup_stack = exec_setup_stack,
        },



Home | Main Index | Thread Index | Old Index