Add static where appropriate.

This commit is contained in:
Eitan Adler 2014-03-05 01:49:39 +00:00
parent 5274e55eb3
commit dbf4d7a72b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=262768

View File

@ -49,7 +49,7 @@
#define IWN_DEFAULT_IF "iwn0"
struct iwnstats *
static struct iwnstats *
iwnstats_new(const char *ifname)
{
struct iwnstats *is;