]> 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, 19 Oct 2015 14:50:58 +0000 (15:50 +0100)
sys/dev/xen/netfront/netfront.c

index 687cb1c53cb344dab130e880696c79e8d78474ce..ce0f1a346bee5598ab92095d7e7d1ab270466995 100644 (file)
@@ -232,7 +232,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;