=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/size/Attic/size.c,v retrieving revision 1.9 retrieving revision 1.10 diff -c -r1.9 -r1.10 *** src/usr.bin/size/Attic/size.c 1998/05/11 07:40:31 1.9 --- src/usr.bin/size/Attic/size.c 1998/05/11 20:20:55 1.10 *************** *** 1,4 **** ! /* $OpenBSD: size.c,v 1.9 1998/05/11 07:40:31 niklas Exp $ */ /* $NetBSD: size.c,v 1.7 1996/01/14 23:07:12 pk Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: size.c,v 1.10 1998/05/11 20:20:55 niklas Exp $ */ /* $NetBSD: size.c,v 1.7 1996/01/14 23:07:12 pk Exp $ */ /* *************** *** 44,50 **** #if 0 static char sccsid[] = "@(#)size.c 8.2 (Berkeley) 12/9/93"; #endif ! static char rcsid[] = "$OpenBSD: size.c,v 1.9 1998/05/11 07:40:31 niklas Exp $"; #endif /* not lint */ #include --- 44,50 ---- #if 0 static char sccsid[] = "@(#)size.c 8.2 (Berkeley) 12/9/93"; #endif ! static char rcsid[] = "$OpenBSD: size.c,v 1.10 1998/05/11 20:20:55 niklas Exp $"; #endif /* not lint */ #include *************** *** 297,303 **** return(1); } ! if (N_GETMID(head) != MID_MACHINE) { warnx("%s: wrong architecture", name); return(1); } --- 297,303 ---- return(1); } ! if (N_GETMID(head) && N_GETMID(head) != MID_MACHINE) { warnx("%s: wrong architecture", name); return(1); }