aboutsummaryrefslogtreecommitdiff
path: root/toys/example/hostid.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/example/hostid.c')
-rw-r--r--toys/example/hostid.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/toys/example/hostid.c b/toys/example/hostid.c
index feef61bf..3d7a8a8c 100644
--- a/toys/example/hostid.c
+++ b/toys/example/hostid.c
@@ -3,6 +3,9 @@
* Copyright 2015 Ranjan Kumar <ranjankumar.bth@gmail.com>
*
* No Standard.
+ *
+ * This is still in coreutils and gethostid() in posix, but a "globally unique
+ * 32 bit identifier" is a concept the Linux world has outgrown.
USE_HOSTID(NEWTOY(hostid, ">0", TOYFLAG_USR|TOYFLAG_BIN))