devd: Prefer using the C++ version of the standard headers
authorEitan Adler <lists@eitanadler.com>
Mon, 6 May 2013 18:31:53 +0000 (14:31 -0400)
committerFrançois Tigeot <ftigeot@wolfpond.org>
Tue, 7 May 2013 13:50:28 +0000 (15:50 +0200)
commit68dbf06efc4a2aac2b6b83da34b0e6674efd53cf
treed784a9077de6d0c1362cabf35d413c7c4ed2e73d
parent278a5d3a588ed49286be8be4538cd0921b2cb181
devd: Prefer using the C++ version of the standard headers

These place the names within the std namespace (and possibly within the
global namespace).

The main advantage is that the C++ versions can provide optimized versions
or simplified interfaces.

Obtained From: FreeBSD (r250186)
sbin/devd/devd.cc