From e913247fec162437920266182834aedadcb03004 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Tue, 31 Oct 2017 15:51:02 -0500 Subject: Rename test_*.c to demo_*.c (because "make test_$CMD" means something already), fluff out README, and add a comment to hostid explaining its deprecation. --- toys/example/hostid.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'toys/example/hostid.c') 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 * * 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)) -- cgit v1.2.3