summaryrefslogtreecommitdiffstats
path: root/include/unistd.h
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-11-09 15:19:25 +0000
committerru <ru@FreeBSD.org>2001-11-09 15:19:25 +0000
commit77df879d01672311a2a01c358d16ea56027f3861 (patch)
tree2c5c3dbe74a7727637e18099c45837ce4c95a351 /include/unistd.h
parent433f544c6d21ceeac841d5ade1656e65724adc11 (diff)
downloadFreeBSD-src-77df879d01672311a2a01c358d16ea56027f3861.zip
FreeBSD-src-77df879d01672311a2a01c358d16ea56027f3861.tar.gz
- Put missing prototype for rcmd() in <unistd.h>.
- Clean up the manpage. - style(9) rcmdsh.c. Committed from: BSDCon/EU 2k+1 terminal room
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h
index 442314c..41a1e07 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -173,6 +173,8 @@ int rcmd __P((char **, int, const char *,
const char *, const char *, int *));
int rcmd_af __P((char **, int, const char *,
const char *, const char *, int *, int));
+int rcmdsh __P((char **, int, const char *,
+ const char *, const char *, const char *));
char *re_comp __P((const char *));
int re_exec __P((const char *));
int readlink __P((const char *, char *, int));
OpenPOWER on IntegriCloud