Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Include system call name in comment even for unimpl...
details: https://anonhg.NetBSD.org/src/rev/44c42533a8c4
branches: trunk
changeset: 760202:44c42533a8c4
user: pooka <pooka%NetBSD.org@localhost>
date: Thu Dec 30 20:09:53 2010 +0000
description:
Include system call name in comment even for unimplemented syscalls
in rump_syscalls.c.
diffstat:
sys/kern/makesyscalls.sh | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r 43b847b978ba -r 44c42533a8c4 sys/kern/makesyscalls.sh
--- a/sys/kern/makesyscalls.sh Thu Dec 30 19:38:03 2010 +0000
+++ b/sys/kern/makesyscalls.sh Thu Dec 30 20:09:53 2010 +0000
@@ -1,5 +1,5 @@
#! /bin/sh -
-# $NetBSD: makesyscalls.sh,v 1.107 2010/12/30 16:49:24 pooka Exp $
+# $NetBSD: makesyscalls.sh,v 1.108 2010/12/30 20:09:53 pooka Exp $
#
# Copyright (c) 1994, 1996, 2000 Christopher G. Demetriou
# All rights reserved.
@@ -594,8 +594,9 @@
flags[0] = "SYCALL_NOSYS"
flags[1] = "0"
printf("\t{ 0, 0, %s,\n\t (sy_call_t *)%s }, \t" \
- "/* %d = unrumped */\n", \
- flags[modular], eno[modular], syscall) > rumpsysent
+ "/* %d = %s */\n", \
+ flags[modular], eno[modular], syscall, funcalias) \
+ > rumpsysent
return
}
Home |
Main Index |
Thread Index |
Old Index