Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sandpoint - remove duplicate an opt include line.



details:   https://anonhg.NetBSD.org/src/rev/10019086b2ee
branches:  trunk
changeset: 760727:10019086b2ee
user:      nisimura <nisimura%NetBSD.org@localhost>
date:      Wed Jan 12 07:38:43 2011 +0000

description:
- remove duplicate an opt include line.
- restore a lost indent.

diffstat:

 sys/arch/sandpoint/sandpoint/machdep.c  |  5 ++---
 sys/arch/sandpoint/stand/netboot/main.c |  4 ++--
 2 files changed, 4 insertions(+), 5 deletions(-)

diffs (41 lines):

diff -r 91650fbe70f4 -r 10019086b2ee sys/arch/sandpoint/sandpoint/machdep.c
--- a/sys/arch/sandpoint/sandpoint/machdep.c    Wed Jan 12 06:17:52 2011 +0000
+++ b/sys/arch/sandpoint/sandpoint/machdep.c    Wed Jan 12 07:38:43 2011 +0000
@@ -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"
 
diff -r 91650fbe70f4 -r 10019086b2ee sys/arch/sandpoint/stand/netboot/main.c
--- a/sys/arch/sandpoint/stand/netboot/main.c   Wed Jan 12 06:17:52 2011 +0000
+++ b/sys/arch/sandpoint/stand/netboot/main.c   Wed Jan 12 07:38:43 2011 +0000
@@ -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 @@
        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);



Home | Main Index | Thread Index | Old Index