summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2001-05-17 17:57:35 +0000
committerru <ru@FreeBSD.org>2001-05-17 17:57:35 +0000
commit1db06aeffade6be194b6032ad5e81ae0f9450687 (patch)
tree2c8953b571b7395698f2132cf176ccba9a1697ec /sys
parentf0a8d9b7130c62b8977d5f339b34bd7d5d196ad9 (diff)
downloadFreeBSD-src-1db06aeffade6be194b6032ad5e81ae0f9450687.zip
FreeBSD-src-1db06aeffade6be194b6032ad5e81ae0f9450687.tar.gz
Cosmetics to rev.1.89: removed argument names in a function prototype.
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/sysctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h
index 5027c9c..2c81d26 100644
--- a/sys/sys/sysctl.h
+++ b/sys/sys/sysctl.h
@@ -594,7 +594,7 @@ int sysctl_find_oid(int *name, u_int namelen, struct sysctl_oid **noid,
__BEGIN_DECLS
int sysctl __P((int *, u_int, void *, size_t *, void *, size_t));
int sysctlbyname __P((const char *, void *, size_t *, void *, size_t));
-int sysctlnametomib __P((const char *name, int *mibp, size_t *sizep));
+int sysctlnametomib __P((const char *, int *, size_t *));
__END_DECLS
#endif /* _KERNEL */
OpenPOWER on IntegriCloud