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
+4 -4
View File
@@ -108,10 +108,10 @@
/* #undef _SUN */ /* #undef _SUN */
/* Workaround for missing 64-bit formats */ /* Workaround for missing 64-bit formats */
#define PRId64 "lld" /* #undef PRId64 */
#define PRIo64 "llo" /* #undef PRIo64 */
#define PRIx64 "llx" /* #undef PRIx64 */
#define PRIu64 "llu" /* #undef PRIu64 */
/* Whether or not to include the possibly-buggy SMB printer */ /* Whether or not to include the possibly-buggy SMB printer */
#define TCPDUMP_DO_SMB 1 #define TCPDUMP_DO_SMB 1