aboutsummaryrefslogtreecommitdiff
path: root/ash.c
diff options
context:
space:
mode:
Diffstat (limited to 'ash.c')
-rw-r--r--ash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ash.c b/ash.c
index 15e1adb7c..b1aec6278 100644
--- a/ash.c
+++ b/ash.c
@@ -7638,7 +7638,7 @@ static void procargs (int, char **);
7638 */ 7638 */
7639 7639
7640int 7640int
7641shell_main(argc, argv) 7641ash_main(argc, argv)
7642 int argc; 7642 int argc;
7643 char **argv; 7643 char **argv;
7644{ 7644{
@@ -12874,7 +12874,7 @@ findvar(struct var **vpp, const char *name)
12874/* 12874/*
12875 * Copyright (c) 1999 Herbert Xu <herbert@debian.org> 12875 * Copyright (c) 1999 Herbert Xu <herbert@debian.org>
12876 * This file contains code for the times builtin. 12876 * This file contains code for the times builtin.
12877 * $Id: ash.c,v 1.15 2001/07/31 21:38:23 andersen Exp $ 12877 * $Id: ash.c,v 1.16 2001/08/01 17:21:33 kraai Exp $
12878 */ 12878 */
12879static int timescmd (int argc, char **argv) 12879static int timescmd (int argc, char **argv)
12880{ 12880{