From: John Hughes Date: Thu, 23 May 2002 11:02:22 +0000 (+0000) Subject: Fix warning if not using POLL_HACK X-Git-Tag: v4.5.18~979 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b664308560d655bc1fb333663eb0d0fb3395409f;p=strace Fix warning if not using POLL_HACK --- diff --git a/ChangeLog b/ChangeLog index 6b47263b..ac0b90b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-05-23 John Hughes + + * strace.c: Get rid of warning if not using POLL_HACK + 2002-05-22 John Hughes * net.c: Simplify {get,set}sockopt, decode SO_LINGER, cope with diff --git a/strace.c b/strace.c index 9bd708af..9d1f4270 100644 --- a/strace.c +++ b/strace.c @@ -1490,7 +1490,9 @@ trace() fprintf(stderr, "unknown pfd: %u\n", pfd); exit(1); } +#ifdef POLL_HACK FOUND: +#endif /* Get the status of the process. */ if (!interrupted) { #ifndef FREEBSD