From bb2ff1033f157496f7ea65a9d04f414b24f8a94b Mon Sep 17 00:00:00 2001 From: dds Date: Thu, 8 Nov 2007 09:09:02 +0000 Subject: Make function's definition follow its declared visibility. Found by: CScout --- usr.bin/mail/aux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin') diff --git a/usr.bin/mail/aux.c b/usr.bin/mail/aux.c index fa820b4..e764aac 100644 --- a/usr.bin/mail/aux.c +++ b/usr.bin/mail/aux.c @@ -70,7 +70,7 @@ savestr(str) /* * Make a copy of new argument incorporating old one. */ -char * +static char * save2str(str, old) char *str, *old; { -- cgit v1.1