sbin/sysctl: Style fix

Remove parameter names from function prototype to match other
prototypes in the file.

Sponsored by:	iXsystems, Inc.
This commit is contained in:
Ryan Moeller 2020-12-23 12:45:11 -05:00
parent a5ec1dd453
commit 401f82df48

View file

@ -71,7 +71,7 @@ static int oidfmt(int *, int, char *, u_int *);
static int parsefile(const char *);
static int parse(const char *, int);
static int show_var(int *, int, bool);
static int sysctl_all(int *oid, int len);
static int sysctl_all(int *, int);
static int name2oid(const char *, int *);
static int strIKtoi(const char *, char **, const char *);