aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rc/exec.h
diff options
context:
space:
mode:
authorNeven Sajko <nsajko@gmail.com>2019-08-08 21:24:58 +0000
committerDavid du Colombier <0intro@gmail.com>2020-01-02 16:22:53 +0100
commitf77d12f8d8a822aae41b835c0cca050928c58221 (patch)
tree7bd2a1d23c9963a0c7a1cc93cfde7eebae14a226 /src/cmd/rc/exec.h
parentab6f1aeac761178fb70863681eab9e681aa3f379 (diff)
downloadplan9port-f77d12f8d8a822aae41b835c0cca050928c58221.tar.gz
plan9port-f77d12f8d8a822aae41b835c0cca050928c58221.tar.bz2
plan9port-f77d12f8d8a822aae41b835c0cca050928c58221.zip
cmd/rc: fix declarations of some externally linked variables
Change-Id: If8fe1afecb9fe55f85e8e5af37521b83e787d718
Diffstat (limited to 'src/cmd/rc/exec.h')
-rw-r--r--src/cmd/rc/exec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/rc/exec.h b/src/cmd/rc/exec.h
index 06d2991f..06cfd64e 100644
--- a/src/cmd/rc/exec.h
+++ b/src/cmd/rc/exec.h
@@ -67,7 +67,7 @@ struct builtin{
};
extern struct builtin Builtin[];
int eflagok; /* kludge flag so that -e doesn't exit in startup */
-int havefork;
+extern int havefork;
void execcd(void), execwhatis(void), execeval(void), execexec(void);
int execforkexec(void);