[Dovecot] building 1.0beta8 with gcc 2.95
            
            
            
                18 May
                
                    2006
                
            
            
                18 May
                
                '06
                
            
            
            
        
    
                2:09 p.m.
            
        The following patch is need to correctly align the default_settings structure with gcc 2.95, which doesn't recognise C99 style struct initializers. --- src/master/master-settings.c~ 2006-04-25 04:00:07.000000000 +0200 +++ src/master/master-settings.c 2006-05-18 11:14:08.949376000 +0200 @@ -367,6 +367,7 @@ /* .. */ MEMBER(login_uid) 0, + MEMBER(imap_generated_capability) NULL, MEMBER(listen_fd) -1, MEMBER(ssl_listen_fd) -1 }; -- Matthieu Herrb
        7110
        
      
          Age (days ago)
        
      
        7110
        
    
          Last active (days ago)
        
        
        
        0 comments
    
    
        
        1 participants
    
    
    
    
    
    
    
    
    participants (1)
- 
                
                Matthieu Herrb