[haiku-commits] r34295 - haiku/trunk/src/bin/network/tcpdump

  • From: korli@xxxxxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 26 Nov 2009 19:44:41 +0100 (CET)

Author: korli
Date: 2009-11-26 19:44:41 +0100 (Thu, 26 Nov 2009)
New Revision: 34295
Changeset: http://dev.haiku-os.org/changeset/34295/haiku

Modified:
   haiku/trunk/src/bin/network/tcpdump/config.h
Log:
avoid redefinitions


Modified: haiku/trunk/src/bin/network/tcpdump/config.h
===================================================================
--- haiku/trunk/src/bin/network/tcpdump/config.h        2009-11-26 17:00:09 UTC 
(rev 34294)
+++ haiku/trunk/src/bin/network/tcpdump/config.h        2009-11-26 18:44:41 UTC 
(rev 34295)
@@ -108,10 +108,10 @@
 /* #undef _SUN */
 
 /* Workaround for missing 64-bit formats */
-#define PRId64 "lld"
-#define PRIo64 "llo"
-#define PRIx64 "llx"
-#define PRIu64 "llu"
+/* #undef PRId64 */
+/* #undef PRIo64 */
+/* #undef PRIx64 */
+/* #undef PRIu64 */
 
 /* Whether or not to include the possibly-buggy SMB printer */
 #define TCPDUMP_DO_SMB 1


Other related posts:

  • » [haiku-commits] r34295 - haiku/trunk/src/bin/network/tcpdump - korli