opnsense-ports/www/srg/files/patch-include_UserReport.h
Franco Fichtner fd2960e190 */*: sync with upstream
Taken from: HardenedBSD
2018-07-05 08:15:34 +02:00

13 lines
256 B
C

Fix Clang6 warning, mismatched guard defines
--- include/UserReport.h.orig 2018-07-04 10:30:57 UTC
+++ include/UserReport.h
@@ -26,7 +26,7 @@
*/
#ifndef USERREPORT_H
-#define USREREPORT_H
+#define USERREPORT_H
#include "srg.h"
#include "Report.h"