summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2019-08-30 17:34:36 +0000
committerderaadt <deraadt@openbsd.org>2019-08-30 17:34:36 +0000
commit9ca02dd0035875f98f223c8b4b67784576d7825b (patch)
tree282d995a26fffb03e2d6a4845dc47c2fb66aa243 /lib/libc
parentRemove configured IPv6 addresses remaining when slaacd(8) detects a (diff)
downloadwireguard-openbsd-9ca02dd0035875f98f223c8b4b67784576d7825b.tar.xz
wireguard-openbsd-9ca02dd0035875f98f223c8b4b67784576d7825b.zip
there is no function called uuid(3), so this should be installed as
uuid_compare(3) ok jmc
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/uuid/Makefile.inc4
-rw-r--r--lib/libc/uuid/uuid_compare.3 (renamed from lib/libc/uuid/uuid.3)4
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/uuid/Makefile.inc b/lib/libc/uuid/Makefile.inc
index 98a2b00f3dc..ac14e97fe84 100644
--- a/lib/libc/uuid/Makefile.inc
+++ b/lib/libc/uuid/Makefile.inc
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.inc,v 1.2 2016/03/30 06:38:42 jmc Exp $
+# $OpenBSD: Makefile.inc,v 1.3 2019/08/30 17:34:36 deraadt Exp $
# $NetBSD: Makefile.inc,v 1.1 2004/09/13 21:44:54 thorpej Exp $
# DCE 1.1 compatible UUID implementation sources
@@ -9,4 +9,4 @@ SRCS+= uuid_compare.c uuid_create.c uuid_create_nil.c uuid_equal.c \
uuid_from_string.c uuid_hash.c uuid_is_nil.c uuid_stream.c \
uuid_to_string.c
-MAN+= uuid.3
+MAN+= uuid_compare.3
diff --git a/lib/libc/uuid/uuid.3 b/lib/libc/uuid/uuid_compare.3
index d88c6671851..41f78976d19 100644
--- a/lib/libc/uuid/uuid.3
+++ b/lib/libc/uuid/uuid_compare.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: uuid.3,v 1.7 2019/07/08 21:19:54 tb Exp $
+.\" $OpenBSD: uuid_compare.3,v 1.1 2019/08/30 17:34:36 deraadt Exp $
.\" $NetBSD: uuid.3,v 1.7 2008/05/02 18:11:05 martin Exp $
.\"
.\" Copyright (c) 2004 The NetBSD Foundation, Inc.
@@ -55,7 +55,7 @@
.\"
.\" $FreeBSD: src/lib/libc/uuid/uuid.3,v 1.4 2003/08/08 19:12:28 marcel Exp $
.\"
-.Dd $Mdocdate: July 8 2019 $
+.Dd $Mdocdate: August 30 2019 $
.Dt UUID_COMPARE 3
.Os
.Sh NAME