diff options
Diffstat (limited to 'usr.bin/make/str.c')
-rw-r--r-- | usr.bin/make/str.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.bin/make/str.c b/usr.bin/make/str.c index 7aeb5f1551a..0858a3e76ca 100644 --- a/usr.bin/make/str.c +++ b/usr.bin/make/str.c @@ -1,4 +1,4 @@ -/* $OpenBSD: str.c,v 1.14 2000/07/17 23:01:20 espie Exp $ */ +/* $OpenBSD: str.c,v 1.15 2000/09/14 13:32:07 espie Exp $ */ /* $NetBSD: str.c,v 1.13 1996/11/06 17:59:23 christos Exp $ */ /*- @@ -39,16 +39,17 @@ * SUCH DAMAGE. */ +#include "make.h" + #ifndef lint #if 0 static char sccsid[] = "@(#)str.c 5.8 (Berkeley) 6/1/90"; #else -static char rcsid[] = "$OpenBSD: str.c,v 1.14 2000/07/17 23:01:20 espie Exp $"; +UNUSED +static char rcsid[] = "$OpenBSD: str.c,v 1.15 2000/09/14 13:32:07 espie Exp $"; #endif #endif /* not lint */ -#include "make.h" - /*- * str_concat -- * concatenate the two strings, possibly inserting a separator |