=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/file/Attic/readelf.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/file/Attic/readelf.c 1998/07/10 15:05:26 1.2 +++ src/usr.bin/file/Attic/readelf.c 2002/06/05 13:46:44 1.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: readelf.c,v 1.2 1998/07/10 15:05:26 mickey Exp $ */ +/* $OpenBSD: readelf.c,v 1.3 2002/06/05 13:46:44 itojun Exp $ */ #ifdef BUILTIN_ELF #include @@ -227,8 +227,8 @@ int nbytes; { union { - int32 l; - char c[sizeof (int32)]; + int32_t l; + char c[sizeof (int32_t)]; } u; /*