Remove spurious .

This commit is contained in:
matt 2014-03-07 01:55:01 +00:00
parent 54b7adb159
commit dbd8c999e4
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: exec_aout.c,v 1.39 2014/03/07 01:34:29 christos Exp $ */ /* $NetBSD: exec_aout.c,v 1.40 2014/03/07 01:55:01 matt Exp $ */
/* /*
* Copyright (c) 1993, 1994 Christopher G. Demetriou * Copyright (c) 1993, 1994 Christopher G. Demetriou
@ -31,7 +31,7 @@
*/ */
#include <sys/cdefs.h> #include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: exec_aout.c,v 1.39 2014/03/07 01:34:29 christos Exp $"); __KERNEL_RCSID(0, "$NetBSD: exec_aout.c,v 1.40 2014/03/07 01:55:01 matt Exp $");
#ifdef _KERNEL_OPT #ifdef _KERNEL_OPT
#include "opt_coredump.h" #include "opt_coredump.h"
@ -62,7 +62,7 @@ static struct execsw exec_aout_execsw = {
.u = { .u = {
.elf_probe_func = NULL, .elf_probe_func = NULL,
}, },
.es_emul = .&emul_netbsd, .es_emul = &emul_netbsd,
.es_prio = EXECSW_PRIO_ANY, .es_prio = EXECSW_PRIO_ANY,
.es_arglen = 0, .es_arglen = 0,
.es_copyargs = copyargs, .es_copyargs = copyargs,