artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f06436f
)
Nuke trailing space in a comment.
author
krw
<krw@openbsd.org>
Fri, 11 Nov 2022 12:05:32 +0000
(12:05 +0000)
committer
krw
<krw@openbsd.org>
Fri, 11 Nov 2022 12:05:32 +0000
(12:05 +0000)
lib/libc/uuid/uuid_create.c
patch
|
blob
|
history
diff --git
a/lib/libc/uuid/uuid_create.c
b/lib/libc/uuid/uuid_create.c
index
c2a7e88
..
d90a130
100644
(file)
--- a/
lib/libc/uuid/uuid_create.c
+++ b/
lib/libc/uuid/uuid_create.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: uuid_create.c,v 1.
2 2015/09/10 18:13:46 guenther Exp $
*/
+/* $OpenBSD: uuid_create.c,v 1.
3 2022/11/11 12:05:32 krw Exp $
*/
/* $NetBSD: uuid_create.c,v 1.1 2004/09/13 21:44:54 thorpej Exp $ */
/*
@@
-38,7
+38,7
@@
* See also:
* http://www.opengroup.org/onlinepubs/009629399/uuid_create.htm and
* RFC 4122
- *
+ *
* Create a UUID from random number as defined in section 4.4 of RFC 4122
*/
void