=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/buf.c,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/make/buf.c 1999/12/16 17:02:45 1.12 --- src/usr.bin/make/buf.c 2000/09/14 13:32:05 1.13 *************** *** 1,4 **** ! /* $OpenBSD: buf.c,v 1.12 1999/12/16 17:02:45 espie Exp $ */ /* $NetBSD: buf.c,v 1.9 1996/12/31 17:53:21 christos Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: buf.c,v 1.13 2000/09/14 13:32:05 espie Exp $ */ /* $NetBSD: buf.c,v 1.9 1996/12/31 17:53:21 christos Exp $ */ /* *************** *** 66,79 **** * SUCH DAMAGE. */ - #ifndef lint - #if 0 - static char sccsid[] = "@(#)buf.c 8.1 (Berkeley) 6/6/93"; - #else - static char rcsid[] = "$OpenBSD: buf.c,v 1.12 1999/12/16 17:02:45 espie Exp $"; - #endif - #endif /* not lint */ - /*- * buf.c -- * Functions for automatically-expanded buffers. --- 66,71 ---- *************** *** 82,87 **** --- 74,88 ---- #include "sprite.h" #include "make.h" #include "buf.h" + + #ifndef lint + #if 0 + static char sccsid[] = "@(#)buf.c 8.1 (Berkeley) 6/6/93"; + #else + UNUSED + static char rcsid[] = "$OpenBSD: buf.c,v 1.13 2000/09/14 13:32:05 espie Exp $"; + #endif + #endif /* not lint */ /* BufExpand -- * Expand the given buffer to hold the given number of additional