commit 68dbf06efc4a2aac2b6b83da34b0e6674efd53cf Author: Eitan Adler <li...@eitanadler.com> Date: Mon May 6 14:31:53 2013 -0400
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) Summary of changes: sbin/devd/devd.cc | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/68dbf06efc4a2aac2b6b83da34b0e6674efd53cf -- DragonFly BSD source repository