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

Diff for /src/usr.bin/file/Attic/readelf.c between version 1.2 and 1.3

version 1.2, 1998/07/10 15:05:26 version 1.3, 2002/06/05 13:46:44
Line 227 
Line 227 
         int nbytes;          int nbytes;
 {  {
         union {          union {
                 int32 l;                  int32_t l;
                 char c[sizeof (int32)];                  char c[sizeof (int32_t)];
         } u;          } u;
   
         /*          /*

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3