added comment on lack of portability
Этот коммит содержится в:
родитель
d56546318e
Коммит
146be079ba
@ -7,6 +7,14 @@
|
|||||||
#include <uuid/uuid.h>
|
#include <uuid/uuid.h>
|
||||||
#endif
|
#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
|
void
|
||||||
get_uuid(char *temp)
|
get_uuid(char *temp)
|
||||||
{
|
{
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user