diff options
| author | rsc <devnull@localhost> | 2004-05-14 17:45:39 +0000 |
|---|---|---|
| committer | rsc <devnull@localhost> | 2004-05-14 17:45:39 +0000 |
| commit | f1bfc54e12efe488e355debf696dbd999c62fe07 (patch) | |
| tree | 4037221d2300fe3a8925f00da6984b26995158a2 /src/cmd/rc | |
| parent | 1a8f27c35024af7b4ed857a388d20f0a4a560db0 (diff) | |
| download | plan9port-f1bfc54e12efe488e355debf696dbd999c62fe07.tar.gz plan9port-f1bfc54e12efe488e355debf696dbd999c62fe07.zip | |
More little bug fixes
Diffstat (limited to 'src/cmd/rc')
| -rw-r--r-- | src/cmd/rc/plan9ish.c | 1 |
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, |
