=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ranlib/Attic/build.c,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/ranlib/Attic/build.c 2004/10/09 20:36:05 1.12 --- src/usr.bin/ranlib/Attic/build.c 2009/10/27 23:59:42 1.13 *************** *** 1,4 **** ! /* $OpenBSD: build.c,v 1.12 2004/10/09 20:36:05 mickey Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. --- 1,4 ---- ! /* $OpenBSD: build.c,v 1.13 2009/10/27 23:59:42 deraadt Exp $ */ /*- * Copyright (c) 1990 The Regents of the University of California. *************** *** 31,41 **** * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. */ - - #ifndef lint - /*static char sccsid[] = "from: @(#)build.c 5.3 (Berkeley) 3/12/91";*/ - static char rcsid[] = "$OpenBSD: build.c,v 1.12 2004/10/09 20:36:05 mickey Exp $"; - #endif /* not lint */ #include #include --- 31,36 ----