sendmail/sendmail-8.15.2-gcc-10-fix.patch
Jaroslav Škarvada 16f69e768f Fixed FTBFS with gcc-10
Resolves: rhbz#1800082
De-fuzzified fix-covscan-issues patch
2020-02-10 18:09:42 +01:00

14 lines
416 B
Diff

diff --git a/sendmail/sendmail.h b/sendmail/sendmail.h
index 441399c..95b90b8 100644
--- a/sendmail/sendmail.h
+++ b/sendmail/sendmail.h
@@ -2551,7 +2551,7 @@ extern const SM_EXC_TYPE_T EtypeQuickAbort; /* type of a QuickAbort exception */
# define SOL_IP IPPROTO_IP
# endif
# if defined(SOL_IP) && defined(IP_TOS)
-EXTERN int InetQoS; /* QoS mapping */
+extern int InetQoS; /* QoS mapping */
# endif
#endif