From 146be079ba7dd8654e78a65621d36e52630d793a Mon Sep 17 00:00:00 2001 From: Brian Tierney Date: Sat, 24 Oct 2009 20:43:06 +0000 Subject: [PATCH] added comment on lack of portability --- src/uuid.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/uuid.c b/src/uuid.c index 562aaae..001f989 100644 --- a/src/uuid.c +++ b/src/uuid.c @@ -7,6 +7,14 @@ #include #endif +/* XXX: this code is not portable: not all versions of linux install libuuidgen + by default + * if not installed, may need to do something like this: + * yum install libuuid-devel + * apt-get install apt-get install +*/ + + void get_uuid(char *temp) {