patch-src_util_cpp 454 B

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