Deleted Added
full compact
linux_mib.h (293496) linux_mib.h (293527)
1/*-
2 * Copyright (c) 1999 Marcel Moolenaar
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 11 unchanged lines hidden (view full) ---

20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
1/*-
2 * Copyright (c) 1999 Marcel Moolenaar
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 11 unchanged lines hidden (view full) ---

20 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
21 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
22 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * $FreeBSD: stable/10/sys/compat/linux/linux_mib.h 293496 2016-01-09 15:19:43Z dchagin $
28 * $FreeBSD: stable/10/sys/compat/linux/linux_mib.h 293527 2016-01-09 16:08:22Z dchagin $
29 */
30
31#ifndef _LINUX_MIB_H_
32#define _LINUX_MIB_H_
33
29 */
30
31#ifndef _LINUX_MIB_H_
32#define _LINUX_MIB_H_
33
34#ifdef SYSCTL_DECL
35SYSCTL_DECL(_compat_linux);
36#endif
37
34void linux_osd_jail_register(void);
35void linux_osd_jail_deregister(void);
36
37void linux_get_osname(struct thread *td, char *dst);
38
39void linux_get_osrelease(struct thread *td, char *dst);
40
41int linux_get_oss_version(struct thread *td);

--- 20 unchanged lines hidden ---
38void linux_osd_jail_register(void);
39void linux_osd_jail_deregister(void);
40
41void linux_get_osname(struct thread *td, char *dst);
42
43void linux_get_osrelease(struct thread *td, char *dst);
44
45int linux_get_oss_version(struct thread *td);

--- 20 unchanged lines hidden ---