13 lines
454 B
Plaintext
13 lines
454 B
Plaintext
$OpenBSD: patch-src_util_cpp,v 1.1 2016/01/28 17:15:03 kspillner Exp $
|
|
--- src/util.cpp.orig Tue Nov 10 15:46:44 2015
|
|
+++ src/util.cpp Tue Nov 10 15:47:54 2015
|
|
@@ -136,7 +136,7 @@ int autoComplete (
|
|
// representation is always lowercase anyway.
|
|
// For the implementation details, refer to
|
|
// http://svnweb.freebsd.org/base/head/sys/kern/kern_uuid.c
|
|
-#ifdef FREEBSD
|
|
+#if defined(FREEBSD) || defined(OPENBSD)
|
|
const std::string uuid ()
|
|
{
|
|
uuid_t id;
|