Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix type of length argument to sockset syscalls. | Ralf Baechle | 2009-06-14 | 1 | -2/+2 |
| | | | | | | | | 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. | ||||
* | Convert K&R-style function definitions to function prototypes. | Ralf Baechle | 2009-06-14 | 1 | -1/+1 |
| | |||||
* | Fix warnings about // style comment. And remove some of the most | Ralf Baechle | 2007-01-23 | 1 | -16/+15 |
| | | | | pointless comments. | ||||
* | changed fd_set variables around so no clashax25-apps-0.0.6 | Craig Small | 2002-03-04 | 1 | -1/+1 |
| | |||||
* | updated libtool, uniformly indented source, corrected small ax25mond ↵ | Terry Dawson VK2KTJ | 2001-09-12 | 1 | -286/+328 |
| | | | | Makefile bug | ||||
* | Initial revisionax25-apps-0.0.5p2 | Craig Small | 2001-04-10 | 1 | -0/+377 |