server: Disable large files for procfs on Solaris.

This commit is contained in:
Alexandre Julliard 2009-09-01 17:39:51 +02:00
parent 2f8e5da90f
commit a30778b34a
1 changed files with 3 additions and 0 deletions

View File

@ -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 )