Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Align comment column in output, no functional change.
details: https://anonhg.NetBSD.org/src/rev/cde227a87eea
branches: trunk
changeset: 758312:cde227a87eea
user: pooka <pooka%NetBSD.org@localhost>
date: Mon Nov 01 16:21:29 2010 +0000
description:
Align comment column in output, no functional change.
diffstat:
sys/kern/makesyscalls.sh | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (19 lines):
diff -r a7224564d6f4 -r cde227a87eea sys/kern/makesyscalls.sh
--- a/sys/kern/makesyscalls.sh Mon Nov 01 14:42:08 2010 +0000
+++ b/sys/kern/makesyscalls.sh Mon Nov 01 16:21:29 2010 +0000
@@ -1,5 +1,5 @@
#! /bin/sh -
-# $NetBSD: makesyscalls.sh,v 1.99 2010/08/30 10:24:04 pooka Exp $
+# $NetBSD: makesyscalls.sh,v 1.100 2010/11/01 16:21:29 pooka Exp $
#
# Copyright (c) 1994, 1996, 2000 Christopher G. Demetriou
# All rights reserved.
@@ -568,7 +568,7 @@
if (!insysent) {
eno[0] = "rump_enosys"
eno[1] = "sys_nomodule"
- printf("\t{ 0, 0, 0,\n\t (sy_call_t *)%s },\t\t\t" \
+ printf("\t{ 0, 0, 0,\n\t (sy_call_t *)%s }, \t\t" \
"/* %d = unrumped */\n", \
eno[modular], syscall) > rumpsysent
return
Home |
Main Index |
Thread Index |
Old Index