Squashed commit of the following:
commit
f46580d41a6c6cf9651159e48bc0da02972c68bc
Author: Carter Waxman <cwaxman@cisco.com>
Date: Mon Oct 22 13:06:33 2018 -0400
utils: fixed deprecation build warning on register keyword
void StoreSnortInfoStrings();
int DisplayBanner();
int gmt2local(time_t);
-void ts_print(register const struct timeval*, char*);
+void ts_print(const struct timeval*, char*);
std::string read_infile(const char* key, const char* fname);
void CleanupProtoNames();
void CreatePidFile(pid_t);