$NetBSD: patch-lib_usrp_b200_b200__io__impl.cpp,v 1.1 2015/04/23 18:26:30 joerg Exp $ --- lib/usrp/b200/b200_io_impl.cpp.orig 2015-04-23 14:23:25.000000000 +0000 +++ lib/usrp/b200/b200_io_impl.cpp @@ -184,7 +184,7 @@ boost::optionalget_recv_buff(); if (not buff or buff->size() < 8) - return NULL; + return boost::none; const boost::uint32_t sid = uhd::wtohx(buff->cast()[1]); switch (sid) { @@ -248,7 +248,7 @@ boost::optional