Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 603202
Collapse All | Expand All

(-)thunderbird-45.5.1.orig/mozilla/xpcom/io/nsLocalFileUnix.cpp (+1 lines)
Lines 28-33 Link Here
28
#define USE_LINUX_QUOTACTL
28
#define USE_LINUX_QUOTACTL
29
#include <sys/mount.h>
29
#include <sys/mount.h>
30
#include <sys/quota.h>
30
#include <sys/quota.h>
31
#include <sys/sysmacros.h>
31
#ifndef BLOCK_SIZE
32
#ifndef BLOCK_SIZE
32
#define BLOCK_SIZE 1024 /* kernel block size */
33
#define BLOCK_SIZE 1024 /* kernel block size */
33
#endif
34
#endif

Return to bug 603202