summaryrefslogtreecommitdiffstats
path: root/sys/sys/sysctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/sysctl.h')
-rw-r--r--sys/sys/sysctl.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h
index d43c89f8..1b6657b 100644
--- a/sys/sys/sysctl.h
+++ b/sys/sys/sysctl.h
@@ -557,8 +557,6 @@ extern char machine[];
extern char osrelease[];
extern char ostype[];
-struct linker_set;
-
/* Dynamic oid handling */
struct sysctl_oid *sysctl_add_oid(struct sysctl_ctx_list *clist,
struct sysctl_oid_list *parent, int nbr, const char *name,
@@ -575,10 +573,6 @@ struct sysctl_ctx_entry *sysctl_ctx_entry_find(struct sysctl_ctx_list *clist,
int sysctl_ctx_entry_del(struct sysctl_ctx_list *clist,
struct sysctl_oid *oidp);
-/* Linker set based oid handling */
-void sysctl_register_set(struct linker_set *lsp);
-void sysctl_unregister_set(struct linker_set *lsp);
-
int kernel_sysctl(struct proc *p, int *name, u_int namelen, void *old,
size_t *oldlenp, void *new, size_t newlen,
size_t *retval);
OpenPOWER on IntegriCloud