svn commit: r311459 - head/contrib/tcp_wrappers

Konstantin Belousov kostikbel at gmail.com
Thu Jan 5 21:05:26 UTC 2017


On Thu, Jan 05, 2017 at 08:44:45PM +0000, Dimitry Andric wrote:
> +extern int hosts_access(struct request_info *);				/* access control */
> +extern int hosts_ctl(char *, char *, char *, char *);			/* wrapper around request_init() */

The 'extern' keywords there are redundand and could be cleaned since
you are changing the code anyway.


More information about the svn-src-all mailing list