From 81914313b70a23af07be326b0267a51d6c980563 Mon Sep 17 00:00:00 2001 From: tjr Date: Tue, 21 Jan 2003 10:06:04 +0000 Subject: Make this compile with DEBUG defined now that WARNS=0 has been removed from the Makefile: - Print pointers with %p instead of %x. - Include missing headers to get prototypes. Noticed by: benno --- bin/sh/eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/sh/eval.c') diff --git a/bin/sh/eval.c b/bin/sh/eval.c index 9f9844c..412f650 100644 --- a/bin/sh/eval.c +++ b/bin/sh/eval.c @@ -580,7 +580,7 @@ evalbackcmd(union node *n, struct backcmd *result) } out: popstackmark(&smark); - TRACE(("evalbackcmd done: fd=%d buf=0x%x nleft=%d jp=0x%x\n", + TRACE(("evalbackcmd done: fd=%d buf=%p nleft=%d jp=%p\n", result->fd, result->buf, result->nleft, result->jp)); } -- cgit v1.1