summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/sh.init.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/tcsh/sh.init.c')
-rw-r--r--contrib/tcsh/sh.init.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/contrib/tcsh/sh.init.c b/contrib/tcsh/sh.init.c
index 7eea58d..f8e57ef 100644
--- a/contrib/tcsh/sh.init.c
+++ b/contrib/tcsh/sh.init.c
@@ -1,4 +1,4 @@
-/* $Header: /src/pub/tcsh/sh.init.c,v 3.49 2002/03/08 17:36:46 christos Exp $ */
+/* $Header: /src/pub/tcsh/sh.init.c,v 3.51 2004/02/21 20:34:25 christos Exp $ */
/*
* sh.init.c: Function and signal tables
*/
@@ -32,7 +32,7 @@
*/
#include "sh.h"
-RCSID("$Id: sh.init.c,v 3.49 2002/03/08 17:36:46 christos Exp $")
+RCSID("$Id: sh.init.c,v 3.51 2004/02/21 20:34:25 christos Exp $")
#include "ed.h"
#include "tw.h"
@@ -61,6 +61,9 @@ struct biltins bfunc[] = {
{ "bindkey", dobindkey, 0, 8 },
{ "break", dobreak, 0, 0 },
{ "breaksw", doswbrk, 0, 0 },
+#ifdef _OSD_POSIX
+ { "bs2cmd", dobs2cmd, 1, INF },
+#endif /* OBSOLETE */
{ "builtins", dobuiltins, 0, 0 },
#ifdef KAI
{ "bye", goodbye, 0, 0 },
@@ -118,7 +121,7 @@ struct biltins bfunc[] = {
{ "migrate", domigrate, 1, INF },
#endif /* TCF */
#ifdef NEWGRP
- { "newgrp", donewgrp, 1, 2 },
+ { "newgrp", donewgrp, 0, 2 },
#endif /* NEWGRP */
{ "nice", donice, 0, INF },
{ "nohup", donohup, 0, INF },
OpenPOWER on IntegriCloud