- remove duplicate an opt include line.

- restore a lost indent.
This commit is contained in:
nisimura 2011-01-12 07:38:43 +00:00
parent 2f3e33b8d2
commit 9fb96e0290
2 changed files with 4 additions and 5 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: machdep.c,v 1.53 2011/01/11 13:29:09 nisimura Exp $ */
/* $NetBSD: machdep.c,v 1.54 2011/01/12 07:38:44 nisimura Exp $ */
/*
* Copyright (C) 1995, 1996 Wolfgang Solfrank.
@ -32,12 +32,11 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.53 2011/01/11 13:29:09 nisimura Exp $");
__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.54 2011/01/12 07:38:44 nisimura Exp $");
#include "opt_compat_netbsd.h"
#include "opt_ddb.h"
#include "opt_ipkdb.h"
#include "opt_modular.h"
#include "opt_interrupt.h"
#include "opt_modular.h"

View File

@ -1,4 +1,4 @@
/* $NetBSD: main.c,v 1.39 2011/01/11 08:19:34 nisimura Exp $ */
/* $NetBSD: main.c,v 1.40 2011/01/12 07:38:43 nisimura Exp $ */
/*-
* Copyright (c) 2007 The NetBSD Foundation, Inc.
@ -210,7 +210,7 @@ main(int argc, char *argv[])
if (modules_enabled) {
module_add(fsmod);
if (fsmod2 != NULL && strcmp(fsmod, fsmod2) != 0)
module_add(fsmod2);
module_add(fsmod2);
kmodloadp = marks[MARK_END];
btinfo_modulelist = NULL;
module_load(bname);