aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rc
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-05-14 17:45:39 +0000
committerrsc <devnull@localhost>2004-05-14 17:45:39 +0000
commitf1bfc54e12efe488e355debf696dbd999c62fe07 (patch)
tree4037221d2300fe3a8925f00da6984b26995158a2 /src/cmd/rc
parent1a8f27c35024af7b4ed857a388d20f0a4a560db0 (diff)
downloadplan9port-f1bfc54e12efe488e355debf696dbd999c62fe07.tar.gz
plan9port-f1bfc54e12efe488e355debf696dbd999c62fe07.tar.bz2
plan9port-f1bfc54e12efe488e355debf696dbd999c62fe07.zip
More little bug fixes
Diffstat (limited to 'src/cmd/rc')
-rw-r--r--src/cmd/rc/plan9ish.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/rc/plan9ish.c b/src/cmd/rc/plan9ish.c
index 6644778c..af1e449d 100644
--- a/src/cmd/rc/plan9ish.c
+++ b/src/cmd/rc/plan9ish.c
@@ -34,7 +34,6 @@ char Fdprefix[]="/dev/fd/";
void execfinit(void);
void execbind(void);
void execmount(void);
-void execnewpgrp(void);
builtin Builtin[]={
"cd", execcd,
"whatis", execwhatis,