diff options
Diffstat (limited to 'atc/input.c')
| -rw-r--r-- | atc/input.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/atc/input.c b/atc/input.c index a5c75dec..900bc287 100644 --- a/atc/input.c +++ b/atc/input.c @@ -1,4 +1,4 @@ -/* $NetBSD: input.c,v 1.13 1999/07/25 00:24:38 hubertf Exp $ */ +/* $NetBSD: input.c,v 1.14 2001/01/16 02:50:28 cgd Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -50,9 +50,9 @@ #if 0 static char sccsid[] = "@(#)input.c 8.1 (Berkeley) 5/31/93"; #else -__RCSID("$NetBSD: input.c,v 1.13 1999/07/25 00:24:38 hubertf Exp $"); +__RCSID("$NetBSD: input.c,v 1.14 2001/01/16 02:50:28 cgd Exp $"); #endif -#endif not lint +#endif /* not lint */ #include "include.h" #include "pathnames.h" |
