[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.20 and 1.21

version 1.20, 2009/04/24 18:54:34 version 1.21, 2009/08/27 16:26:43
Line 382 
Line 382 
 #define O_BINARY        0  #define O_BINARY        0
 #endif  #endif
   
 #ifdef __GNUC__  #if defined(__GNUC__) && (__GNUC__ >= 3)
 static const char *rcsid(const char *) __attribute__((__used__));  static const char *rcsid(const char *) __attribute__((__used__));
 #endif  #endif
 #define FILE_RCSID(id) \  #define FILE_RCSID(id) \

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