summaryrefslogtreecommitdiffstats
path: root/tcpip/rip98d.c
Commit message (Collapse)AuthorAgeFilesLines
* 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