mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
Renames msc_system.[h|cc] to system.[h|cc]
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
|
||||
#include "src/utils/msc_system.h"
|
||||
#include "src/utils/system.h"
|
||||
|
||||
namespace modsecurity {
|
||||
namespace utils {
|
@@ -20,8 +20,8 @@
|
||||
|
||||
#include "modsecurity/modsecurity.h"
|
||||
|
||||
#ifndef SRC_UTILS_MSC_SYSTEM_H_
|
||||
#define SRC_UTILS_MSC_SYSTEM_H_
|
||||
#ifndef SRC_UTILS_SYSTEM_H_
|
||||
#define SRC_UTILS_SYSTEM_H_
|
||||
|
||||
|
||||
namespace modsecurity {
|
||||
@@ -38,4 +38,4 @@ void createDir(std::string dir, int mode);
|
||||
} // namespace utils
|
||||
} // namespace modsecurity
|
||||
|
||||
#endif // SRC_UTILS_MSC_SYSTEM_H_
|
||||
#endif // SRC_UTILS_SYSTEM_H_
|
Reference in New Issue
Block a user