summaryrefslogtreecommitdiffstats
path: root/hdlcutil/hdrvcomm.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix type of length argument to sockset syscalls.Ralf Baechle2009-06-141-1/+1
| | | | | | | | Various socket syscalls receive a length argument that should be a socklen_t rsp. a ptr to a socklen_t but instead int rsp. ptr to int were being passed. While in theory this was a bug it's harmless as dangerously large values would not be used but the issue manifested itself in a significant number of compilation warnings.
* changed mail addressesThomas Osterried2008-04-271-1/+1
|
* include <net/ethernet.h> or <linux/if_ether.h>Michael Taylor2004-12-121-0/+6
|
* added netinet/in.h for htons prototypeMichael Taylor2004-12-121-1/+1
|
* replace asm/byteorder.h with public endian.hMichael Taylor2004-12-121-1/+1
|
* replace asm/byteorder.h with public header endian.hMichael Taylor2004-12-121-1/+1
|
* remove inline statements in hdrvcommCraig Small2001-08-271-2/+2
|
* Import ax25-tools 0.0.6 from tarballax25-tools-0.0.6Ralf Baechle2001-04-111-51/+95
|
* Import ax25-tools 0.0.4 from tarballax25-tools-0.0.4Ralf Baechle1999-08-101-1/+5
|
* Import ax25-tools 0.0.1 from tarballax25-tools-0.0.1Ralf Baechle1999-04-211-0/+663