summaryrefslogtreecommitdiffstats
path: root/shlibs/uuid/src/gen_uuid.c
diff options
context:
space:
mode:
Diffstat (limited to 'shlibs/uuid/src/gen_uuid.c')
-rw-r--r--shlibs/uuid/src/gen_uuid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shlibs/uuid/src/gen_uuid.c b/shlibs/uuid/src/gen_uuid.c
index 5434b523e..a90bd8ee0 100644
--- a/shlibs/uuid/src/gen_uuid.c
+++ b/shlibs/uuid/src/gen_uuid.c
@@ -248,7 +248,7 @@ static int get_node_id(unsigned char *node_id)
sizeof((i).ifr_name)+(i).ifr_addr.sa_len)
#else
#define ifreq_size(i) sizeof(struct ifreq)
-#endif /* HAVE_SA_LEN*/
+#endif /* HAVE_SA_LEN */
sd = socket(AF_INET, SOCK_DGRAM, IPPROTO_IP);
if (sd < 0) {