1
0
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:
Diomidis Spinellis 2007-11-08 09:09:02 +00:00
parent a511e63958
commit c14530c701
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=173438

View File

@ -70,7 +70,7 @@ savestr(str)
/*
* Make a copy of new argument incorporating old one.
*/
char *
static char *
save2str(str, old)
char *str, *old;
{