]> xenbits.xensource.com Git - people/iwj/xen.git/commitdiff
tools/libgnttab: Fix build following c/s 3d3feaa4560
authorAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 28 Sep 2018 15:56:24 +0000 (16:56 +0100)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Fri, 28 Sep 2018 16:00:37 +0000 (17:00 +0100)
VERS_1.2 can't extend itself.  It should extend VERS_1.1

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/libs/gnttab/libxengnttab.map

index e15f6e91a65ad13db23a6fbd97a58c7384eda9b9..d2a9b7e18bea4298783306c93ca8521a24e3b63c 100644 (file)
@@ -35,4 +35,4 @@ VERS_1.2 {
                xengnttab_dmabuf_exp_wait_released;
                xengnttab_dmabuf_imp_to_refs;
                xengnttab_dmabuf_imp_release;
-} VERS_1.2;
+} VERS_1.1;