Index: backends/flint_lock.cc
===================================================================
--- backends/flint_lock.cc	(revision 14576)
+++ backends/flint_lock.cc	(working copy)
@@ -195,7 +195,7 @@
 	}
 
 	// FIXME: use special statically linked helper instead of cat.
-	execl("/bin/cat", "/bin/cat", static_cast<void*>(NULL));
+	//execl("/bin/cat", "/bin/cat", static_cast<void*>(NULL));
 	// Emulate cat ourselves (we try to avoid this to reduce VM overhead).
 	char ch;
 	while (read(0, &ch, 1) != 0) { /* Do nothing */ }

