From fca58b0e4e75cedf62fe3f9d633f1760be10dc46 Mon Sep 17 00:00:00 2001 From: Mark Stapp Date: Tue, 12 Jan 2021 08:20:10 -0500 Subject: [PATCH] libs,nhrpd: remove exec perm Some source files got the exec bit set in a recent commit - undo that. Signed-off-by: Mark Stapp --- lib/sockunion.c | 0 lib/sockunion.h | 0 nhrpd/nhrp_cache.c | 0 nhrpd/nhrp_interface.c | 0 nhrpd/nhrp_nhs.c | 0 nhrpd/nhrp_peer.c | 0 nhrpd/nhrp_route.c | 0 nhrpd/nhrpd.h | 0 8 files changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 lib/sockunion.c mode change 100755 => 100644 lib/sockunion.h mode change 100755 => 100644 nhrpd/nhrp_cache.c mode change 100755 => 100644 nhrpd/nhrp_interface.c mode change 100755 => 100644 nhrpd/nhrp_nhs.c mode change 100755 => 100644 nhrpd/nhrp_peer.c mode change 100755 => 100644 nhrpd/nhrp_route.c mode change 100755 => 100644 nhrpd/nhrpd.h diff --git a/lib/sockunion.c b/lib/sockunion.c old mode 100755 new mode 100644 diff --git a/lib/sockunion.h b/lib/sockunion.h old mode 100755 new mode 100644 diff --git a/nhrpd/nhrp_cache.c b/nhrpd/nhrp_cache.c old mode 100755 new mode 100644 diff --git a/nhrpd/nhrp_interface.c b/nhrpd/nhrp_interface.c old mode 100755 new mode 100644 diff --git a/nhrpd/nhrp_nhs.c b/nhrpd/nhrp_nhs.c old mode 100755 new mode 100644 diff --git a/nhrpd/nhrp_peer.c b/nhrpd/nhrp_peer.c old mode 100755 new mode 100644 diff --git a/nhrpd/nhrp_route.c b/nhrpd/nhrp_route.c old mode 100755 new mode 100644 diff --git a/nhrpd/nhrpd.h b/nhrpd/nhrpd.h old mode 100755 new mode 100644 -- 2.39.5