[BACK]Return to file.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / file

Diff for /src/usr.bin/file/file.h between version 1.21 and 1.22

version 1.21, 2009/08/27 16:26:43 version 1.22, 2009/10/27 23:59:37
Line 382 
Line 382 
 #define O_BINARY        0  #define O_BINARY        0
 #endif  #endif
   
 #if defined(__GNUC__) && (__GNUC__ >= 3)  
 static const char *rcsid(const char *) __attribute__((__used__));  
 #endif  
 #define FILE_RCSID(id) \  
 static const char *rcsid(const char *p) { \  
         return rcsid(p = id); \  
 }  
   
 #endif /* __file_h__ */  #endif /* __file_h__ */

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22