From 99639e4a13306c3809b52e487d4343d756fad2e2 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Thu, 19 Feb 2009 11:26:17 -0800 Subject: Add zone_get_hostid() function Minimal support added for the zone_get_hostid() function. Only global zones are supported therefore this function must be called with a NULL argumment. Additionally, I've added the HW_HOSTID_LEN define and updated all instances where a hard coded magic value of 11 was used; "A good riddance of bad rubbish!" --- include/sys/proc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sys/proc.h') diff --git a/include/sys/proc.h b/include/sys/proc.h index ab2425ce8..a4b1da55a 100644 --- a/include/sys/proc.h +++ b/include/sys/proc.h @@ -33,6 +33,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3