server: Disable large files for procfs on Solaris.
This commit is contained in:
parent
2f8e5da90f
commit
a30778b34a
|
@ -39,6 +39,9 @@
|
|||
|
||||
#ifdef USE_PROCFS
|
||||
|
||||
/* procfs doesn't support large files */
|
||||
# undef _FILE_OFFSET_BITS
|
||||
# define _FILE_OFFSET_BITS 32
|
||||
#include <procfs.h>
|
||||
|
||||
static int open_proc_as( struct process *process, int flags )
|
||||
|
|
Loading…
Reference in New Issue