In commit 135ee7ef362f ("rtnetlink: extend parser to include kind of master and
slave") the file mode of rtnetlink.h accidentaly changed from 0644 to 0755.This commit restores the previous file mode (0644) on rtnetlink.h. CC: John Hurley <[email protected]> Fixes: 135ee7ef362f ("rtnetlink: extend parser to include kind of master and slave") Signed-off-by: Timothy Redaelli <[email protected]> --- lib/rtnetlink.h | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 lib/rtnetlink.h diff --git a/lib/rtnetlink.h b/lib/rtnetlink.h old mode 100755 new mode 100644 -- 2.19.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
