Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/i386/stand/lib fix style and whitespace nits
details: https://anonhg.NetBSD.org/src/rev/0a5c6332dd04
branches: trunk
changeset: 325889:0a5c6332dd04
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Fri Jan 10 17:40:51 2014 +0000
description:
fix style and whitespace nits
diffstat:
sys/arch/i386/stand/lib/exec.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 856c9ddaf8a6 -r 0a5c6332dd04 sys/arch/i386/stand/lib/exec.c
--- a/sys/arch/i386/stand/lib/exec.c Fri Jan 10 16:47:07 2014 +0000
+++ b/sys/arch/i386/stand/lib/exec.c Fri Jan 10 17:40:51 2014 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: exec.c,v 1.57 2014/01/05 21:36:50 jakllsch Exp $ */
+/* $NetBSD: exec.c,v 1.58 2014/01/10 17:40:51 jakllsch Exp $ */
/*-
* Copyright (c) 2008, 2009 The NetBSD Foundation, Inc.
@@ -386,7 +386,7 @@
userconf_init();
if (btinfo_userconfcommands != NULL)
BI_ADD(btinfo_userconfcommands, BTINFO_USERCONFCOMMANDS,
- btinfo_userconfcommands_size);
+ btinfo_userconfcommands_size);
#ifdef DEBUG
printf("Start @ 0x%lx [%ld=0x%lx-0x%lx]...\n", marks[MARK_ENTRY],
@@ -458,7 +458,7 @@
}
} else {
/* device not specified; load from kernel device if known */
- if (name[0] == '/')
+ if (name[0] == '/')
snprintf(buf, sizeof(buf), "%s%s", kdev, name);
else
snprintf(buf, sizeof(buf), "%s%s/%s/%s.kmod",
Home |
Main Index |
Thread Index |
Old Index