~serge-hallyn/ubuntu/raring/libvirt/libvirt-hugepages

« back to all changes in this revision

Viewing changes to src/uuid.c

Tags: upstream-0.4.0
ImportĀ upstreamĀ versionĀ 0.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
#define qemudLog(level, msg...) fprintf(stderr, msg)
38
38
 
 
39
#ifndef ENODATA
 
40
#define ENODATA EIO
 
41
#endif
 
42
 
39
43
static int
40
44
virUUIDGenerateRandomBytes(unsigned char *buf,
41
45
                           int buflen)