mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 13:07:52 +00:00
backout an accidental change that landed with bug 817133
This commit is contained in:
parent
77bb9823b5
commit
2a624f853c
@ -53,8 +53,6 @@ PR_STATIC_ASSERT(sizeof(BLOCKSIZE) < \
|
||||
#define PIB_MAX_MAR_CHANNEL_ID_SIZE 63
|
||||
#define PIB_MAX_PRODUCT_VERSION_SIZE 31
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
/* The mar program is compiled as a host bin so we don't have access to NSPR at
|
||||
runtime. For that reason we use ntohl, htonl, and define HOST_TO_NETWORK64
|
||||
instead of the NSPR equivalents. */
|
||||
@ -68,6 +66,7 @@ PR_STATIC_ASSERT(sizeof(BLOCKSIZE) < \
|
||||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#define HOST_TO_NETWORK64(x) ( \
|
||||
((((uint64_t) x) & 0xFF) << 56) | \
|
||||
|
Loading…
x
Reference in New Issue
Block a user