summaryrefslogtreecommitdiff
path: root/usr.bin/error/input.c
diff options
context:
space:
mode:
authorjtc <jtc@NetBSD.org>1995-09-02 05:57:23 +0000
committerjtc <jtc@NetBSD.org>1995-09-02 05:57:23 +0000
commit71bb6dda25e7dc3175caab5000e4af4200fe44de (patch)
tree29358261c6bb6ba0edc1982670402b9ad65222bd /usr.bin/error/input.c
parent3e4b73c5a65cdeab6b3a6ec62732f9d1381e3f4a (diff)
Sync with 4.4lite2
Diffstat (limited to 'usr.bin/error/input.c')
-rw-r--r--usr.bin/error/input.c12
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>