added comment on lack of portability

This commit is contained in:
Brian Tierney 2009-10-24 20:43:06 +00:00
parent d56546318e
commit 146be079ba

View File

@ -7,6 +7,14 @@
#include <uuid/uuid.h>
#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)
{