diff options
Diffstat (limited to 'util-linux/mkswap.c')
-rw-r--r-- | util-linux/mkswap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mkswap.c b/util-linux/mkswap.c index 5d1f6f05d..f71884340 100644 --- a/util-linux/mkswap.c +++ b/util-linux/mkswap.c | |||
@@ -50,7 +50,7 @@ static void mkswap_selinux_setcontext(int fd, const char *path) | |||
50 | # define mkswap_selinux_setcontext(fd, path) ((void)0) | 50 | # define mkswap_selinux_setcontext(fd, path) ((void)0) |
51 | #endif | 51 | #endif |
52 | 52 | ||
53 | #if ENABLE_DESKTOP | 53 | #if ENABLE_FEATURE_MKSWAP_UUID |
54 | static void mkswap_generate_uuid(uint8_t *buf) | 54 | static void mkswap_generate_uuid(uint8_t *buf) |
55 | { | 55 | { |
56 | /* http://www.ietf.org/rfc/rfc4122.txt | 56 | /* http://www.ietf.org/rfc/rfc4122.txt |