From 71bb6dda25e7dc3175caab5000e4af4200fe44de Mon Sep 17 00:00:00 2001 From: jtc Date: Sat, 2 Sep 1995 05:57:23 +0000 Subject: Sync with 4.4lite2 --- usr.bin/error/input.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'usr.bin/error/input.c') 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 -- cgit