avoid redefinitions

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34295 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2009-11-26 18:44:41 +00:00
parent f4ab5d73ce
commit 4bdc20f08a

View File

@ -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