mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Add a sysname char * to struct opensolaris_utsname.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
60b77a1e4b
commit
cd306d6fa1
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@
|
|||
#ifdef _KERNEL
|
||||
struct opensolaris_utsname {
|
||||
char *nodename;
|
||||
char *sysname;
|
||||
};
|
||||
|
||||
extern char hw_serial[11];
|
||||
|
|
|
|||
Loading…
Reference in a new issue