diff options
Diffstat (limited to 'devel/bmake/files/arch.c')
-rw-r--r-- | devel/bmake/files/arch.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/bmake/files/arch.c b/devel/bmake/files/arch.c index 69646c4967e..e929402bf8e 100644 --- a/devel/bmake/files/arch.c +++ b/devel/bmake/files/arch.c @@ -1,4 +1,4 @@ -/* $NetBSD: arch.c,v 1.8 2020/05/24 11:09:43 nia Exp $ */ +/* $NetBSD: arch.c,v 1.9 2020/05/24 21:10:17 nia Exp $ */ /* * Copyright (c) 1988, 1989, 1990, 1993 @@ -69,14 +69,14 @@ */ #ifndef MAKE_NATIVE -static char rcsid[] = "$NetBSD: arch.c,v 1.8 2020/05/24 11:09:43 nia Exp $"; +static char rcsid[] = "$NetBSD: arch.c,v 1.9 2020/05/24 21:10:17 nia Exp $"; #else #include <sys/cdefs.h> #ifndef lint #if 0 static char sccsid[] = "@(#)arch.c 8.2 (Berkeley) 1/2/94"; #else -__RCSID("$NetBSD: arch.c,v 1.8 2020/05/24 11:09:43 nia Exp $"); +__RCSID("$NetBSD: arch.c,v 1.9 2020/05/24 21:10:17 nia Exp $"); #endif #endif /* not lint */ #endif |