summaryrefslogtreecommitdiffstats
path: root/tcpip/rip98d.h
Commit message (Collapse)AuthorAgeFilesLines
* rip98d: Change bits2mask's return value from unsigned long to unsigned int.Ralf Baechle2017-08-011-1/+1
| | | | | | An IPv4 mask fit into an unsigned int. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* rip98d: Change mask2bits's argument from unsigned long to unsigned int.Ralf Baechle2017-08-011-1/+1
| | | | | | An IPv4 address or mask fits into an unsigned int. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* renamed variable "restrict" to "route_restrict"Thomas Osterried2012-10-011-1/+1
| | | | | | | | debian Bug#689322: "restrict" is a keyword in C99 tcpip/rip98d.c uses "restrict" as a variable name. This collides with the fact that in C99 "restrict" is a keyword. Compilers that default to C99-mode, or gcc -std=c99, fail to compile this code.
* Import ax25-tools 0.0.1 from tarballax25-tools-0.0.1Ralf Baechle1999-04-211-0/+58