Try to work around "feature" in vulnerability scanner.
Minor trick to avoid one more red flag in the vulnerability scanner. The code has already been changed to #ifdef out the invocation of "dropcache" because that is only needed during when doing performance work. Unfortunately the scanner doesn't notice the #if. So, also rename the call to system() to a bogus name if and only if it is commented out anyway.