Index: benchmark/io/http/protocol.cfa
===================================================================
--- benchmark/io/http/protocol.cfa	(revision 2cd784ad04295254eec8cf73fb1020ac5739a985)
+++ benchmark/io/http/protocol.cfa	(revision 6528d75a436890c179cbd603e9ed3f6828339e42)
@@ -228,5 +228,5 @@
 
 		char buff[100];
-		Time now = getTimeNsec();
+		Time now = timeNsec();
 		strftime( buff, 100, "%a, %d %b %Y %H:%M:%S %Z", now );
 		sout | "Updated date to '" | buff | "'";
