mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
Bug 1152176 - xpcom: Define linux kernel BLOCK_SIZE if necessary. r=nfroyd
--HG-- extra : rebase_source : e706a9d1f672cce26991f9b348c85956219a36ce
This commit is contained in:
parent
809e5ded8b
commit
058b46c6b4
@ -28,6 +28,9 @@
|
||||
#define USE_LINUX_QUOTACTL
|
||||
#include <sys/mount.h>
|
||||
#include <sys/quota.h>
|
||||
#ifndef BLOCK_SIZE
|
||||
#define BLOCK_SIZE 1024 /* kernel block size */
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "xpcom-private.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user