Commit a30778b3 authored by Alexandre Julliard's avatar Alexandre Julliard

server: Disable large files for procfs on Solaris.

parent 2f8e5da9
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment