summaryrefslogtreecommitdiffstats
path: root/bin/sh/input.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>1998-05-18 06:44:24 +0000
committercharnier <charnier@FreeBSD.org>1998-05-18 06:44:24 +0000
commit86bc037e711eb91a7613e3b6e3d960188a6543eb (patch)
tree1fc5e32e03599c5e14e1247a4e80ab700b4aa01f /bin/sh/input.c
parent73aa05049384acedec92bf177501e01ce2ca99d7 (diff)
downloadFreeBSD-src-86bc037e711eb91a7613e3b6e3d960188a6543eb.zip
FreeBSD-src-86bc037e711eb91a7613e3b6e3d960188a6543eb.tar.gz
Add rcsid. Spelling.
Diffstat (limited to 'bin/sh/input.c')
-rw-r--r--bin/sh/input.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/bin/sh/input.c b/bin/sh/input.c
index 66f51f0..1c9f2ad 100644
--- a/bin/sh/input.c
+++ b/bin/sh/input.c
@@ -32,12 +32,14 @@
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
- *
- * $Id: input.c,v 1.9 1997/02/22 13:58:28 peter Exp $
*/
#ifndef lint
-static char const sccsid[] = "@(#)input.c 8.3 (Berkeley) 6/9/95";
+#if 0
+static char sccsid[] = "@(#)input.c 8.3 (Berkeley) 6/9/95";
+#endif
+static const char rcsid[] =
+ "$Id$";
#endif /* not lint */
#include <stdio.h> /* defines BUFSIZ */
OpenPOWER on IntegriCloud