diff options
Diffstat (limited to 'net/snort3/patches/010-gcc13.patch')
-rw-r--r-- | net/snort3/patches/010-gcc13.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/snort3/patches/010-gcc13.patch b/net/snort3/patches/010-gcc13.patch deleted file mode 100644 index 4bfaee1db..000000000 --- a/net/snort3/patches/010-gcc13.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/src/network_inspectors/packet_capture/packet_capture.h -+++ b/src/network_inspectors/packet_capture/packet_capture.h -@@ -20,9 +20,10 @@ - #ifndef PACKET_CAPTURE_H - #define PACKET_CAPTURE_H - -+#include <cstdint> - #include <string> - --void packet_capture_enable(const std::string&, const int16_t g = -1); -+void packet_capture_enable(const std::string&, const std::int16_t g = -1); - void packet_capture_disable(); - - #endif |