mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-12 14:29:28 +00:00
First declare the functions to pacify -Wmissing-prototypes.
This commit is contained in:
parent
955e9f68da
commit
79ea0bd9f3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=149018
@ -64,6 +64,10 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
#undef eflag
|
||||
|
||||
int readcmd(int, char **);
|
||||
int umaskcmd(int, char **);
|
||||
int ulimitcmd(int, char **);
|
||||
|
||||
/*
|
||||
* The read builtin. The -r option causes backslashes to be treated like
|
||||
* ordinary characters.
|
||||
|
Loading…
Reference in New Issue
Block a user