From: miod Date: Tue, 15 Jul 2014 23:10:27 +0000 (+0000) Subject: Don't define uuid_t yet; unbreaks some ports. spotted by jca@ X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=3e25450f84377eecf001a728719af804e522f060;p=openbsd Don't define uuid_t yet; unbreaks some ports. spotted by jca@ --- 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 */