]> git.proxmox.com Git - mirror_ovs.git/commit
rtnetlink: Remove executable bit from rtnetlink.h
authorTimothy Redaelli <tredaelli@redhat.com>
Sat, 10 Nov 2018 15:52:01 +0000 (16:52 +0100)
committerBen Pfaff <blp@ovn.org>
Sat, 10 Nov 2018 19:29:56 +0000 (11:29 -0800)
commit87c7a35deb15f29ef6aad3e7b83bffd593d2d576
treeb3966e1663f7cf08f9de6929914f92d07647fbc3
parent00b82d6cc4760f2cc614f3e81f1c8eabcfdf9ef3
rtnetlink: Remove executable bit from rtnetlink.h

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 <john.hurley@netronome.com>
Fixes: 135ee7ef362f ("rtnetlink: extend parser to include kind of master and slave")
Acked-by: Flavio Leitner <fbl@sysclose.org>
Signed-off-by: Timothy Redaelli <tredaelli@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
lib/rtnetlink.h [changed mode: 0755->0644]