[Xastir-Dev] kernel warning

Chuck Byam cbyam at virginia.edu
Mon Jan 6 09:40:15 EST 2003


On Sun, 2003-01-05 at 21:04, James Jefferson wrote:
> This is showing up in my system log. Running last night's CVS on a Debian 3.0 
> box.
> 
> xastir uses obsolete (PF_INET,SOCK_PACKET)
> 
> -Jim KB0THN
This is fairly benign, but in essence, we should be calling our socket
functions more specifically; e.g., socket(PF_PACKET, SOCK_DGRAM,
protocol)  This is certainly more portable.  See socket(7), packet(7)
for more information.
-- 
Chuck Byam <cbyam at virginia.edu>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://xastir.org/pipermail/xastir-dev/attachments/20030106/da5e969f/attachment.sig>


More information about the Xastir-dev mailing list