summaryrefslogtreecommitdiffstats
path: root/libarptc/libarptc.c
Commit message (Collapse)AuthorAgeFilesLines
* src: Remove support for libc5Felix Janda2015-05-201-4/+0
| | | | | | | Fixes compilation with musl libc Signed-off-by: Felix Janda <felix.janda@posteo.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* src: Use stdint typesFelix Janda2015-05-201-2/+2
| | | | | Signed-off-by: Felix Janda <felix.janda@posteo.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* src: fix compilation warningPablo Neira Ayuso2015-04-021-1/+1
| | | | | | | | libarptc/libarptc.c: In function ‘dump_entry’: libarptc/libarptc.c:137:9: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 2 has type ‘__u64’ [-Wformat] libarptc/libarptc.c:137:9: warning: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 3 has type ‘__u64’ [-Wformat] Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
* - llu -> PRIu64 conversionBart De Schuymer2010-03-181-2/+4
| | | | - remove warning caused by strict-aliasing rules (Jan Engelhardt)
* Riccardo Murri <murri_at_dmmm.uniroma1.it>: introduce ↵Bart De Schuymer2003-12-301-1/+1
| | | | RUNTIME_NF_ARP_NUMHOOKS so arptables can be compiled straight from CVS + add DESTDIR option
* auto-detect 2.4 or 2.6Bart De Schuymer2003-10-251-2/+1
|
* *** empty log message ***Bart De Schuymer2003-06-091-0/+522