]> xenbits.xensource.com Git - people/julieng/freebsd.git/commitdiff
xen/netfront: Use the correct type for rx_pfn_array
authorJulien Grall <julien.grall@linaro.org>
Tue, 14 Jan 2014 01:41:01 +0000 (01:41 +0000)
committerJulien Grall <julien.grall@citrix.com>
Mon, 5 Oct 2015 17:54:48 +0000 (18:54 +0100)
sys/dev/xen/netfront/netfront.c

index 10d61ab9b57c6a7e1c4cb6dc5b2d907033d1eda1..a6cf693b7eced320a2aec509c640ad32357598af 100644 (file)
@@ -281,7 +281,7 @@ struct netfront_info {
        int                     xn_if_flags;
        struct callout          xn_stat_ch;
 
-       u_long                  rx_pfn_array[NET_RX_RING_SIZE];
+       xen_pfn_t               rx_pfn_array[NET_RX_RING_SIZE];
        struct ifmedia          sc_media;
 
        bool                    xn_resume;