components/gparted/patches/3.gcc.patch
changeset 6582 4fb5be1315a8
equal deleted inserted replaced
6581:dcfba1b5dd21 6582:4fb5be1315a8
       
     1 Changes for using g++
       
     2 
       
     3 Unsuitable for upstream
       
     4 
       
     5 --- gparted-0.25.0/include/Utils.h	2016-07-22 13:05:21.292028330 -0700
       
     6 +++ gparted-0.25.0/include/Utils.h	2016-07-22 13:05:43.710025192 -0700
       
     7 @@ -118,6 +118,8 @@
       
     8  	CTEXT_RESIZE_DISALLOWED_WARNING		// File system resizing currently disallowed reason
       
     9  } ;
       
    10  
       
    11 +#undef FS
       
    12 +
       
    13  //struct to store file system information
       
    14  struct FS
       
    15  {