From 1b4c534167d3ed03ce8c00ad00d221659dcff67b Mon Sep 17 00:00:00 2001 From: Alastair Houghton Date: Tue, 6 May 2014 16:28:46 +0100 Subject: Improved test for PF_ROUTE sockets so Linux fails it. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index a090f9a..18925ba 100644 --- a/setup.py +++ b/setup.py @@ -410,6 +410,7 @@ class my_build_ext(build_ext): #include int main (void) { + struct rt_msghdr msg; int s = socket (PF_ROUTE, SOCK_RAW, 0); return 0; } -- cgit v1.2.1