Module Name:    src
Committed By:   pooka
Date:           Mon Nov  1 16:21:30 UTC 2010

Modified Files:
        src/sys/kern: makesyscalls.sh

Log Message:
Align comment column in output, no functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.99 -r1.100 src/sys/kern/makesyscalls.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/makesyscalls.sh
diff -u src/sys/kern/makesyscalls.sh:1.99 src/sys/kern/makesyscalls.sh:1.100
--- src/sys/kern/makesyscalls.sh:1.99	Mon Aug 30 10:24:04 2010
+++ src/sys/kern/makesyscalls.sh	Mon Nov  1 16:21:29 2010
@@ -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

Reply via email to