aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_mib.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linux/linux_mib.h')
-rw-r--r--sys/compat/linux/linux_mib.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/compat/linux/linux_mib.h b/sys/compat/linux/linux_mib.h
index 9e122ec39ceb..42d9d899266b 100644
--- a/sys/compat/linux/linux_mib.h
+++ b/sys/compat/linux/linux_mib.h
@@ -31,13 +31,13 @@
#ifndef _LINUX_MIB_H_
#define _LINUX_MIB_H_
-void linux_get_osname(struct proc *p, char *dst);
-int linux_set_osname(struct proc *p, char *osname);
+void linux_get_osname(struct thread *td, char *dst);
+int linux_set_osname(struct thread *td, char *osname);
-void linux_get_osrelease(struct proc *p, char *dst);
-int linux_set_osrelease(struct proc *p, char *osrelease);
+void linux_get_osrelease(struct thread *td, char *dst);
+int linux_set_osrelease(struct thread *td, char *osrelease);
-int linux_get_oss_version(struct proc *p);
-int linux_set_oss_version(struct proc *p, int oss_version);
+int linux_get_oss_version(struct thread *td);
+int linux_set_oss_version(struct thread *td, int oss_version);
#endif /* _LINUX_MIB_H_ */