From 5e5ffccb2ba15f1b2d4c236cb63d16791be8d981 Mon Sep 17 00:00:00 2001 From: gmcgarry Date: Sun, 4 May 2003 06:36:50 +0000 Subject: [PATCH] ANSIify. --- bin/sh/histedit.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/bin/sh/histedit.c b/bin/sh/histedit.c index 70c8304fe664..39bb58fea85b 100644 --- a/bin/sh/histedit.c +++ b/bin/sh/histedit.c @@ -1,4 +1,4 @@ -/* $NetBSD: histedit.c,v 1.28 2003/05/04 01:05:24 gmcgarry Exp $ */ +/* $NetBSD: histedit.c,v 1.29 2003/05/04 06:36:50 gmcgarry Exp $ */ /*- * Copyright (c) 1993 @@ -41,7 +41,7 @@ #if 0 static char sccsid[] = "@(#)histedit.c 8.2 (Berkeley) 5/4/95"; #else -__RCSID("$NetBSD: histedit.c,v 1.28 2003/05/04 01:05:24 gmcgarry Exp $"); +__RCSID("$NetBSD: histedit.c,v 1.29 2003/05/04 06:36:50 gmcgarry Exp $"); #endif #endif /* not lint */ @@ -526,8 +526,6 @@ histcmd(int argc, char **argv) } int inputrc(int argc, char **argv) - int argc; - char **argv; { error("not compiled with history support"); /* NOTREACHED */