mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Make function's definition follow its declared visibility.
Found by: CScout
This commit is contained in:
parent
a511e63958
commit
c14530c701
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173438
@ -70,7 +70,7 @@ savestr(str)
|
||||
/*
|
||||
* Make a copy of new argument incorporating old one.
|
||||
*/
|
||||
char *
|
||||
static char *
|
||||
save2str(str, old)
|
||||
char *str, *old;
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user