]> The Tcpdump Group git mirrors - tcpdump/commitdiff
From Motonori Shindo <[email protected]>: squelch warnings from some
authorguy <guy>
Fri, 2 Aug 2002 04:22:11 +0000 (04:22 +0000)
committerguy <guy>
Fri, 2 Aug 2002 04:22:11 +0000 (04:22 +0000)
compilers.

util.c

diff --git a/util.c b/util.c
index 32278bf382eac670f64e216f87b68d90e9b2a1d6..e8515f18dadb878ac33e8e1c43cc53c5edf10e0b 100644 (file)
--- a/util.c
+++ b/util.c
@@ -21,7 +21,7 @@
 
 #ifndef lint
 static const char rcsid[] =
 
 #ifndef lint
 static const char rcsid[] =
-    "@(#) $Header: /tcpdump/master/tcpdump/util.c,v 1.77 2002-08-01 08:53:37 risso Exp $ (LBL)";
+    "@(#) $Header: /tcpdump/master/tcpdump/util.c,v 1.78 2002-08-02 04:22:11 guy Exp $ (LBL)";
 #endif
 
 #ifdef HAVE_CONFIG_H
 #endif
 
 #ifdef HAVE_CONFIG_H
@@ -367,7 +367,7 @@ read_infile(char *fname)
                pdest=strchr( cp, '\xa');
                *pdest=0;
        }
                pdest=strchr( cp, '\xa');
                *pdest=0;
        }
-#endif WIN32
+#endif /* WIN32 */
        cp[(int)buf.st_size] = '\0';
 
        return (cp);
        cp[(int)buf.st_size] = '\0';
 
        return (cp);