diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2011-03-15 13:40:47 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2011-03-15 13:40:47 +0000 |
commit | 0d7b5e545c5098cbf4d51fd9056514d7cebab97c (patch) | |
tree | 7d2a7008a9eb65616d4fb0d1f8e03c68a65d0094 /sys/compat/linux/linux_mib.h | |
parent | 5890a472fc6a945a1cb32ea9820861e25263dc51 (diff) | |
download | src-0d7b5e545c5098cbf4d51fd9056514d7cebab97c.tar.gz src-0d7b5e545c5098cbf4d51fd9056514d7cebab97c.zip |
Staticize functions which are not used somewhere else, move the
corresponding prototypes from the header to the code file.
Notes
Notes:
svn path=/head/; revision=219668
Diffstat (limited to 'sys/compat/linux/linux_mib.h')
-rw-r--r-- | sys/compat/linux/linux_mib.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/compat/linux/linux_mib.h b/sys/compat/linux/linux_mib.h index f78a5e501402..e8eedf906443 100644 --- a/sys/compat/linux/linux_mib.h +++ b/sys/compat/linux/linux_mib.h @@ -35,13 +35,10 @@ void linux_osd_jail_register(void); void linux_osd_jail_deregister(void); void linux_get_osname(struct thread *td, char *dst); -int linux_set_osname(struct thread *td, char *osname); void linux_get_osrelease(struct thread *td, char *dst); -int linux_set_osrelease(struct thread *td, char *osrelease); int linux_get_oss_version(struct thread *td); -int linux_set_oss_version(struct thread *td, int oss_version); int linux_kernver(struct thread *td); |