Add a sysname char * to struct opensolaris_utsname.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Rui Paulo 2010-08-21 14:09:24 +00:00
parent 60b77a1e4b
commit cd306d6fa1

View file

@ -46,6 +46,7 @@
#ifdef _KERNEL
struct opensolaris_utsname {
char *nodename;
char *sysname;
};
extern char hw_serial[11];