components/desktop/thunderbird/patches/firefox-13-LocalFileUnix.patch
changeset 7018 fdf447a07aff
parent 7017 25872950aa80
child 7020 58ca1f0fa3a7
equal deleted inserted replaced
7017:25872950aa80 7018:fdf447a07aff
     1 Another ifdef Solaris patch. Some function is defined in limits.h that other 
       
     2 platforms can get elsewhere.  
       
     3 Can potentially send upstream with ifdef Solaris statement.
       
     4 
       
     5 diff --git a/xpcom/io/nsLocalFileUnix.cpp b/xpcom/io/nsLocalFileUnix.cpp
       
     6 --- a/xpcom/io/nsLocalFileUnix.cpp
       
     7 +++ b/xpcom/io/nsLocalFileUnix.cpp
       
     8 @@ -14,6 +14,7 @@
       
     9  #include <sys/types.h>
       
    10  #include <sys/stat.h>
       
    11  #include <unistd.h>
       
    12 +#include <limits.h>
       
    13  #include <fcntl.h>
       
    14  #include <errno.h>
       
    15  #include <utime.h>