From 3e25450f84377eecf001a728719af804e522f060 Mon Sep 17 00:00:00 2001 From: miod Date: Tue, 15 Jul 2014 23:10:27 +0000 Subject: [PATCH] Don't define uuid_t yet; unbreaks some ports. spotted by jca@ --- sys/sys/uuid.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/sys/uuid.h b/sys/sys/uuid.h index 4e4b3da077a..1781b608943 100644 --- a/sys/sys/uuid.h +++ b/sys/sys/uuid.h @@ -1,4 +1,4 @@ -/* $OpenBSD: uuid.h,v 1.1 2014/07/13 15:32:28 miod Exp $ */ +/* $OpenBSD: uuid.h,v 1.2 2014/07/15 23:10:27 miod Exp $ */ /* $NetBSD: uuid.h,v 1.5 2008/11/18 14:01:03 joerg Exp $ */ /* @@ -68,7 +68,7 @@ void uuid_enc_le(void *, const struct uuid *); #else /* _KERNEL */ -typedef struct uuid uuid_t; +/* typedef struct uuid uuid_t; */ #endif /* _KERNEL */ -- 2.20.1