[Xastir-Dev] ax25 socket changes broke it

Chuck Byam cbyam at virginia.edu
Tue Jan 7 22:34:19 EST 2003


Warning: Unsanitized content follows.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Tuesday 07 January 2003 09:18 pm, J. Lance Cotton wrote:
| Hi,
|
| I just updated to latest CVS and now I get a hard fail when I try to
| open my ax.25 interface with Xastir.
|
| I see that some changes were just made to the interfaces.c file. I might
| assume that since the changes were to eliminate deprecated stuff, that
| my ax.25 ports configuration in Linux might be "old" or something.
|
| What changed, why, and what might i need to do to get it working again
| on my machine?
|
| Thanks,

On or about line 839 interface.c

port_data[port].channel = socket(PF_INET, SOCK_SEQPACKET, htons(proto)); 

change to:

port_data[port].channel = socket(PF_INET, SOCK_PACKET, htons(proto)); 

and let me know.  Curious about your glibc version and platform too.

Chuck
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+G5w/7tKJOdwtY3sRAswSAKCPcf1/6HjwZpbwbABSJnaFfXFgHwCdFIOE
AkCGPyQsM+nm5J8/XsYWAiE=
=o6HQ
-----END PGP SIGNATURE-----



More information about the Xastir-dev mailing list