summaryrefslogtreecommitdiff
path: root/net/pimdd/files/patch-igmp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Add LICENSE.Hiroki Sato2015-09-071-3/+26
| | | | | | - Do not override CFLAGS. - Fix some compiler warnings. - Take maintainership.
* - Fix build with clang, now no gcc is required on 10+ [1]Pawel Pekala2014-02-211-0/+14
- Adapt it to new RAW socket behavior introduced in 10.0 [1] - Support staging [1] - Convert to new options framework - Respect CFLAGS PR: ports/186127 [1] Submitted by: Olivier Cochard-Labbe <olivier@cochard.me>