summaryrefslogtreecommitdiff
path: root/sys/src/cmd/rc/exec.h
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@felloff.net>2016-05-16 00:37:49 +0200
committercinap_lenrek <cinap_lenrek@felloff.net>2016-05-16 00:37:49 +0200
commit4ad3f4f2fd225b0ac5c9f49e3c5713a5996becd3 (patch)
treef258b7b8dcec39737c000fab161bb2c166f6d71a /sys/src/cmd/rc/exec.h
parent45d6bca5f0c405a3fc3e485d23a52e980627988f (diff)
rc: remove historical unix and win32 ports
Diffstat (limited to 'sys/src/cmd/rc/exec.h')
-rw-r--r--sys/src/cmd/rc/exec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/cmd/rc/exec.h b/sys/src/cmd/rc/exec.h
index f7fefed17..cc24dc961 100644
--- a/sys/src/cmd/rc/exec.h
+++ b/sys/src/cmd/rc/exec.h
@@ -68,7 +68,6 @@ struct builtin{
};
extern struct builtin Builtin[];
int eflagok; /* kludge flag so that -e doesn't exit in startup */
-int havefork;
void execcd(void), execwhatis(void), execeval(void), execexec(void);
int execforkexec(void);