summaryrefslogtreecommitdiffstats
path: root/bin/sh/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sh/exec.c')
-rw-r--r--bin/sh/exec.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/sh/exec.c b/bin/sh/exec.c
index 68ad4a7..63f7518 100644
--- a/bin/sh/exec.c
+++ b/bin/sh/exec.c
@@ -33,7 +33,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: exec.c,v 1.9 1997/02/22 13:58:25 peter Exp $
+ * $Id: exec.c,v 1.10 1997/04/28 03:08:37 steve Exp $
*/
#ifndef lint
@@ -325,8 +325,8 @@ padvance(path, name)
int
hashcmd(argc, argv)
- int argc;
- char **argv;
+ int argc __unused;
+ char **argv __unused;
{
struct tblentry **pp;
struct tblentry *cmdp;
OpenPOWER on IntegriCloud