Summary: | sniffit-3.0.7 fails to compile with GCC 3.3 | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Chandler Carruth <chandlerc> |
Component: | [OLD] GCC Porting | Assignee: | Martin Schlemmer (RETIRED) <azarah> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | chandlerc |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
fix for typo
ebuild to use patch |
Description
Chandler Carruth
2003-07-26 08:59:52 UTC
Created attachment 15042 [details, diff]
fix for typo
somebody forgot to remove an older type from a struct definition when they
started using #define'ed types to allow for different syntax for various
types... removed the vestigal type, so that there weren't _2_ types for that
variables.
-illusion
Created attachment 15043 [details]
ebuild to use patch
just an ebuild for those wanting to test the patch.... nothing fancy... one
line change.
-i
Fixed in -r1. |