lkml.org 
[lkml]   [2009]   [Nov]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject/usr/include/linux/netlink.h should have #include <sys/socket.h> ?
Currently /usr/include/linux/netlink.h has 

#include <linux/socket.h> /* for sa_family_t */

and <linux/socket.h> contains ss_family but <sys/socket.h> has sa_family.

So should the line be

#include <sys/socket.h> /* for sa_family_t */

in /usr/include/linux/netlink.h ?

Thanks,
muradaikan


\
 
 \ /
  Last update: 2009-11-21 05:47    [W:1.744 / U:0.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site