Module Name: src
Committed By: pooka
Date: Tue Feb 8 12:20:11 UTC 2011
Modified Files:
src/lib/librumphijack: hijack.c
Log Message:
add std dprint to fdcall
To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/lib/librumphijack/hijack.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/librumphijack/hijack.c
diff -u src/lib/librumphijack/hijack.c:1.32 src/lib/librumphijack/hijack.c:1.33
--- src/lib/librumphijack/hijack.c:1.32 Mon Feb 7 19:34:39 2011
+++ src/lib/librumphijack/hijack.c Tue Feb 8 12:20:11 2011
@@ -1,4 +1,4 @@
-/* $NetBSD: hijack.c,v 1.32 2011/02/07 19:34:39 pooka Exp $ */
+/* $NetBSD: hijack.c,v 1.33 2011/02/08 12:20:11 pooka Exp $ */
/*-
* Copyright (c) 2011 Antti Kantee. All Rights Reserved.
@@ -26,7 +26,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: hijack.c,v 1.32 2011/02/07 19:34:39 pooka Exp $");
+__RCSID("$NetBSD: hijack.c,v 1.33 2011/02/08 12:20:11 pooka Exp $");
#define __ssp_weak_name(fun) _hijack_ ## fun
@@ -161,6 +161,7 @@
{ \
type (*fun) proto; \
\
+ DPRINTF(("%s -> %d\n", __STRING(name), fd)); \
if (fd_isrump(fd)) { \
fun = syscalls[rcname].bs_rump; \
fd = fd_host2rump(fd); \