Hi,

Please find attached a patch to squelch a compiler warning.

Regards,

=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=
 +----+----+     
 |.. .|    |     Motonori Shindo
 |_~__|    |     
 | .. |~~_~|     Sr. Systems Engineer
 | .  |    |     CoSine Communications Inc.
 +----+----+     
 C o S i n e     e-mail:  [EMAIL PROTECTED] 
Communications
=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=

Index: util.c
===================================================================
RCS file: /tcpdump/master/tcpdump/util.c,v
retrieving revision 1.77
diff -u -r1.77 util.c
--- util.c      2002/08/01 08:53:37     1.77
+++ util.c      2002/08/02 00:59:10
@@ -367,7 +367,7 @@
                pdest=strchr( cp, '\xa');
                *pdest=0;
        }
-#endif WIN32
+#endif /* WIN32 */
        cp[(int)buf.st_size] = '\0';
 
        return (cp);

Reply via email to