summaryrefslogtreecommitdiffstats
path: root/sys/sys/priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/sys/priv.h')
-rw-r--r--sys/sys/priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/priv.h b/sys/sys/priv.h
index ac6075b..3f1eb83 100644
--- a/sys/sys/priv.h
+++ b/sys/sys/priv.h
@@ -78,7 +78,7 @@
#define PRIV_NTP_ADJTIME 16 /* Set NTP time adjustment. */
#define PRIV_CLOCK_SETTIME 17 /* Can call clock_settime. */
#define PRIV_SETTIMEOFDAY 18 /* Can call settimeofday. */
-#define PRIV_SETHOSTID 19 /* Can call sethostid. */
+#define _PRIV_SETHOSTID 19 /* Removed. */
#define _PRIV_SETDOMAINNAME 20 /* Removed. */
/*
OpenPOWER on IntegriCloud