=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/size/Attic/size.c,v retrieving revision 1.15 retrieving revision 1.16 diff -c -r1.15 -r1.16 *** src/usr.bin/size/Attic/size.c 2003/03/30 20:47:15 1.15 --- src/usr.bin/size/Attic/size.c 2003/04/08 00:53:55 1.16 *************** *** 1,4 **** ! /* $OpenBSD: size.c,v 1.15 2003/03/30 20:47:15 deraadt Exp $ */ /* $NetBSD: size.c,v 1.7 1996/01/14 23:07:12 pk Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: size.c,v 1.16 2003/04/08 00:53:55 deraadt 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.15 2003/03/30 20:47:15 deraadt 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.16 2003/04/08 00:53:55 deraadt Exp $"; #endif /* not lint */ #include *************** *** 204,210 **** */ p = name; if (count > 1) ! p += sprintf(p, "%s:", fname); #ifdef AR_EFMT1 /* * BSD 4.4 extended AR format: #1/, with name as the --- 204,210 ---- */ p = name; if (count > 1) ! p += snprintf(name, baselen - 1, "%s:", fname); #ifdef AR_EFMT1 /* * BSD 4.4 extended AR format: #1/, with name as the