| Summary: | hardened-sources-3.10.9-r1 kernel fails compile in grsecurity/grsec_sysctl.c:465 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Jaak Ristioja <jaak> |
| Component: | Hardened | Assignee: | The Gentoo Linux Hardened Kernel Team (OBSOLETE) <hardened-kernel+disabled> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | minor | CC: | alex_y_xu |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Jaak Ristioja
2013-08-31 19:53:33 UTC
(In reply to Jaak Ristioja from comment #0) > but it should instead be: > > #ifdef defined(CONFIG_GRKERNSEC_ROFS) || defined(CONFIG_GRKERNSEC_DENYUSB) > static int __maybe_unused one = 1; > #endif That is: #if defined(CONFIG_GRKERNSEC_ROFS) || defined(CONFIG_GRKERNSEC_DENYUSB) static int __maybe_unused one = 1; #endif RESOLVED DUPLICATE of bug 483078 *** This bug has been marked as a duplicate of bug 483078 *** |