summaryrefslogtreecommitdiffstats
path: root/extensions/dscp_helper.c
Commit message (Collapse)AuthorAgeFilesLines
* [PATCH 04/24] Drop -W from CFLAGS and some tiny code cleanups/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net2008-04-061-1/+1
| | | | | - change "unsigned" to explicit "unsigned int" - remove some casts
* [PATCH]: fix gcc warnings/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net2008-01-291-1/+1
| | | | Max Kellermann <max@duempel.org>
* Converts the iptables build infrastructure to autotools./C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net2008-01-201-0/+81
- Can build both static and dynamic at the same time - iptables-static will be a multi-binary, semi-static (link against libc but w/o dynamic plugins) - Always build IPv6 modules - consider INSTALL Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>