summaryrefslogtreecommitdiffstats
path: root/tcpip/rip98d.c
Commit message (Collapse)AuthorAgeFilesLines
* Reformat consistently. Strictly whitespace changes only.Ralf Baechle2013-06-171-23/+23
| | | | | | | Indentation by tabs only. Move case labels in switches are on the same level as the switch keyword. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* Remove useless initializations to 0 or NULL.Ralf Baechle2013-06-171-2/+2
| | | | | | | They only inflate the .data section of the binary. Initializations to FALSE are still left to do. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* Nuke trailing whitespace.Ralf Baechle2013-06-171-15/+15
| | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* renamed variable "restrict" to "route_restrict"Thomas Osterried2012-10-011-5/+5
| | | | | | | | 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.
* added remaining sys/time.h includes for ppcCraig Small2002-06-191-0/+1
|
* fixed sockaddr problem and moved b* to mem* functionsCraig Small2001-05-031-4/+8
|
* Import ax25-tools 0.0.1 from tarballax25-tools-0.0.1Ralf Baechle1999-04-211-0/+360