=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/nm/Attic/byte.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/nm/Attic/byte.c 2004/01/28 18:05:10 1.5 +++ src/usr.bin/nm/Attic/byte.c 2004/10/09 20:26:57 1.6 @@ -1,4 +1,4 @@ -/* $OpenBSD: byte.c,v 1.5 2004/01/28 18:05:10 deraadt Exp $ */ +/* $OpenBSD: byte.c,v 1.6 2004/10/09 20:26:57 mickey Exp $ */ /* * Copyright (c) 1999 * Marc Espie. All rights reserved. @@ -64,7 +64,7 @@ } static long -fix_long_order(long l, int mid) +fix_32_order(u_int32_t l, int mid) { if (byte_sex(mid) != BYTE_ORDER) return swap32(l);