patches/howl-01-ordering.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 2963 3684b0c23637
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2963
3684b0c23637 2010-10-17 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     1
--- old/howl-1.0.0/src/lib/howl/Posix/posix_interface.c	Thu Oct 14 02:11:10 2010
3684b0c23637 2010-10-17 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     2
+++ howl-1.0.0/src/lib/howl/Posix/posix_interface.c	Thu Oct 14 02:08:15 2010
3684b0c23637 2010-10-17 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     3
@@ -29,11 +29,11 @@
3684b0c23637 2010-10-17 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     4
 #include "posix_interface.h"
3684b0c23637 2010-10-17 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     5
 #include <salt/debug.h>
3684b0c23637 2010-10-17 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     6
 #include <salt/interface.h>
3684b0c23637 2010-10-17 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     7
+#include <sys/socket.h>
3684b0c23637 2010-10-17 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     8
 #include <net/if.h> 
3684b0c23637 2010-10-17 James Choi <[email protected]>
jchoi42
parents:
diff changeset
     9
 #include <arpa/inet.h>
3684b0c23637 2010-10-17 James Choi <[email protected]>
jchoi42
parents:
diff changeset
    10
 #include <errno.h>
3684b0c23637 2010-10-17 James Choi <[email protected]>
jchoi42
parents:
diff changeset
    11
 #include <sys/ioctl.h>
3684b0c23637 2010-10-17 James Choi <[email protected]>
jchoi42
parents:
diff changeset
    12
-#include <sys/socket.h>
3684b0c23637 2010-10-17 James Choi <[email protected]>
jchoi42
parents:
diff changeset
    13
 #include <stdio.h>
3684b0c23637 2010-10-17 James Choi <[email protected]>
jchoi42
parents:
diff changeset
    14
 
3684b0c23637 2010-10-17 James Choi <[email protected]>
jchoi42
parents:
diff changeset
    15
 #if defined(__linux__)