]> git.ipfire.org Git - thirdparty/iptables.git/commitdiff
More sparc64 fixes.
authorRusty Russell <rusty@linuxcare.com.au>
Mon, 4 Sep 2000 05:31:41 +0000 (05:31 +0000)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 4 Sep 2000 05:31:41 +0000 (05:31 +0000)
include/libipq/ip_queue_64.h

index 2f14ad37f74765ef68e92a4477feae688f154e39..b0c32227c948553909829f5706d745f9ff453008 100644 (file)
@@ -5,13 +5,14 @@
 #define _IP_QUEUE_H
 
 #include <net/if.h>
+#include <sys/types.h>
 
 /* Messages sent from kernel */
 typedef struct ipq_packet_msg {
        u_int64_t packet_id;    /* ID of queued packet */
        u_int64_t mark;         /* Netfilter mark value */
-       s_int64_t timestamp_sec;        /* Packet arrival time (seconds) */
-       s_int64_t timestamp_usec;       /* Packet arrvial time (+useconds) */
+       int64_t timestamp_sec;  /* Packet arrival time (seconds) */
+       int64_t timestamp_usec; /* Packet arrvial time (+useconds) */
        unsigned int hook;              /* Netfilter hook we rode in on */
        char indev_name[IFNAMSIZ];      /* Name of incoming interface */
        char outdev_name[IFNAMSIZ];     /* Name of outgoing interface */