| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Their value has always been dubious and git doesn't support them so let's
get rid of the clutter.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
|
| |
|
|
|
|
|
|
| |
Glibc as old as 2.2 provides working headers under the right name and
if not libax25 would install headers under the right name so this has
become redundant and ugly.
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
pointless comments.
|
|
|
|
|
| |
Here stood: static char Node[11]; /* Room for 'GB9ZZZ-15\0' */
;))
|
| |
|
|
|
|
|
|
|
|
|
| |
ax25d.conf, see description in the header of ax25d.c)
- due to a kernel bug in the ax25-stack, ax25d's accept() sometimes
returns -ECONNABORTED, and ax25d never accepted new connections
until kill -HUP or restart. on such an event, we'll re-read our
config with ReadConfig() and obviously successfully re-obtain a
valid listen-socket for that call on this interface.
|
| |
|
| |
|
|
|