summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_sysctl.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/kern_sysctl.c')
-rw-r--r--sys/kern/kern_sysctl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/kern_sysctl.c b/sys/kern/kern_sysctl.c
index 79fdf8c..666a541 100644
--- a/sys/kern/kern_sysctl.c
+++ b/sys/kern/kern_sysctl.c
@@ -1294,7 +1294,6 @@ struct sysctl_args {
size_t newlen;
};
#endif
-
int
__sysctl(struct thread *td, struct sysctl_args *uap)
{
@@ -1446,6 +1445,7 @@ static struct {
/* the actual string data is appended here */
} bsdi_si;
+
/*
* this data is appended to the end of the bsdi_si structure during copyout.
* The "char *" offsets are relative to the base of the bsdi_si struct.
@@ -1462,7 +1462,6 @@ struct getkerninfo_args {
int arg;
};
#endif
-
int
ogetkerninfo(struct thread *td, struct getkerninfo_args *uap)
{
OpenPOWER on IntegriCloud