artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c8e039
)
Don't define uuid_t yet; unbreaks some ports. spotted by jca@
author
miod
<miod@openbsd.org>
Tue, 15 Jul 2014 23:10:27 +0000
(23:10 +0000)
committer
miod
<miod@openbsd.org>
Tue, 15 Jul 2014 23:10:27 +0000
(23:10 +0000)
sys/sys/uuid.h
patch
|
blob
|
history
diff --git
a/sys/sys/uuid.h
b/sys/sys/uuid.h
index
4e4b3da
..
1781b60
100644
(file)
--- 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 */