]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix a comment
authorFrancois-Xavier Le Bail <[email protected]>
Sun, 6 Sep 2015 20:03:23 +0000 (22:03 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Sun, 6 Sep 2015 20:03:23 +0000 (22:03 +0200)
netdissect.h

index d69ad6110aff7d395844774f1efa384139e6277d..94c91c07a2cfce2abc2b1ce1d08c4e3ed891226e 100644 (file)
@@ -54,7 +54,7 @@ int vsnprintf (char *str, size_t sz, const char *format, va_list ap)
      __attribute__((format (printf, 3, 0)))
 #endif /* __ATTRIBUTE___FORMAT_OK */
      ;
-#endif /* !defined(HAVE_SNPRINTF) */
+#endif /* !defined(HAVE_VSNPRINTF) */
 
 #ifndef HAVE_STRLCAT
 extern size_t strlcat (char *, const char *, size_t);