From 4bdc20f08af10c69015612892dd99ed38de81598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Thu, 26 Nov 2009 18:44:41 +0000 Subject: [PATCH] avoid redefinitions git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34295 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/bin/network/tcpdump/config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/bin/network/tcpdump/config.h b/src/bin/network/tcpdump/config.h index ed8e933ae1..1a187506cf 100644 --- a/src/bin/network/tcpdump/config.h +++ b/src/bin/network/tcpdump/config.h @@ -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