Просмотр исходного кода

iptables: fix typo in iptables musl patch after r34313

Thanks to Frank Meerkötter and Szabolcs Nagy for spotting the issue.

Signed-off-by: Florian Fainelli <[email protected]>

SVN-Revision: 34326
Florian Fainelli 13 лет назад
Родитель
Сommit
062d3c1e67
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      package/network/utils/iptables/patches/300-musl_fixes.patch

+ 1 - 1
package/network/utils/iptables/patches/300-musl_fixes.patch

@@ -66,7 +66,7 @@
  #define _XT_OSF_H
  
  #include <linux/types.h>
-+#if !defined(__UCLIBC__) && !defined(__GLIBC_)
++#if !defined(__UCLIBC__) && !defined(__GLIBC__)
 +#include <linux/tcp.h>
 +#endif