diff options
Diffstat (limited to 'usr.bin/error/input.c')
| -rw-r--r-- | usr.bin/error/input.c | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/usr.bin/error/input.c b/usr.bin/error/input.c index 6c5a857e954..c779b8ec414 100644 --- a/usr.bin/error/input.c +++ b/usr.bin/error/input.c @@ -1,6 +1,8 @@ +/* $NetBSD: input.c,v 1.3 1995/09/02 06:15:32 jtc Exp $ */ + /* - * Copyright (c) 1980 Regents of the University of California. - * All rights reserved. + * Copyright (c) 1980, 1993 + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -32,8 +34,10 @@ */ #ifndef lint -/*static char sccsid[] = "from: @(#)input.c 5.5 (Berkeley) 2/26/91";*/ -static char rcsid[] = "$Id: input.c,v 1.2 1993/08/01 18:16:44 mycroft Exp $"; +#if 0 +static char sccsid[] = "@(#)input.c 8.1 (Berkeley) 6/6/93"; +#endif +static char rcsid[] = "$NetBSD: input.c,v 1.3 1995/09/02 06:15:32 jtc Exp $"; #endif /* not lint */ #include <stdio.h> |
