]> 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>
Sat, 3 Oct 2015 18:37:23 +0000 (19:37 +0100)
sys/dev/xen/netfront/netfront.c

index 9f6ee017da779b508311ef7010ce60d9f4068296..0d5c5a687ae04e98de524584087ccce110fdcb50 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;