summaryrefslogtreecommitdiff
path: root/bin/csh/func.c
diff options
context:
space:
mode:
authorkstailey <kstailey@cvs.openbsd.org>1997-07-23 14:36:53 +0000
committerkstailey <kstailey@cvs.openbsd.org>1997-07-23 14:36:53 +0000
commit1ecaaacae1d37c80d7acd486f212b1c29e6a843d (patch)
treed21d1fb92db36339348c1a57d7b8ef374960315f /bin/csh/func.c
parent9e5f93caa6f3ca5383daa2254d9da72e9654eb4e (diff)
tabify
Diffstat (limited to 'bin/csh/func.c')
-rw-r--r--bin/csh/func.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/csh/func.c b/bin/csh/func.c
index 5089e6d37a3..3f787c87954 100644
--- a/bin/csh/func.c
+++ b/bin/csh/func.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: func.c,v 1.4 1997/06/18 18:39:38 kstailey Exp $ */
+/* $OpenBSD: func.c,v 1.5 1997/07/23 14:36:50 kstailey Exp $ */
/* $NetBSD: func.c,v 1.11 1996/02/09 02:28:29 christos Exp $ */
/*-
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)func.c 8.1 (Berkeley) 5/31/93";
#else
-static char rcsid[] = "$OpenBSD: func.c,v 1.4 1997/06/18 18:39:38 kstailey Exp $";
+static char rcsid[] = "$OpenBSD: func.c,v 1.5 1997/07/23 14:36:50 kstailey Exp $";
#endif
#endif /* not lint */
@@ -1407,7 +1407,7 @@ retry:
old = signal(SIGTTIN, SIG_DFL);
(void) kill(0, SIGTTIN);
(void) signal(SIGTTIN, old);
- goto retry;
+ goto retry;
}
(void) setpgid(0, shpgrp);
(void) tcsetpgrp(FSHTTY, shpgrp);