aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpetershh <petershh@disroot.org>2022-07-31 16:19:31 +0300
committerPeter <santurysim@gmail.com>2022-08-03 00:37:07 +0300
commitcc3de0e658bb9acc2da163194baa7bb17f48658d (patch)
tree1d3674ba412685dc2cadd302b55b5a8e718d674f
parentba506d93e0954f02f13dbba742c83387b3bbd077 (diff)
downloadshh-portable-utils-cc3de0e658bb9acc2da163194baa7bb17f48658d.tar.xz
Rename files
-rw-r--r--src/shh-portable-utils/deps-exe/chmod4
-rw-r--r--src/shh-portable-utils/parse_mode_octal.c (renamed from src/shh-portable-utils/parse_octal.c)0
-rw-r--r--src/shh-portable-utils/parse_mode_symbolic.c (renamed from src/shh-portable-utils/parse_symbolic.c)0
3 files changed, 2 insertions, 2 deletions
diff --git a/src/shh-portable-utils/deps-exe/chmod b/src/shh-portable-utils/deps-exe/chmod
index 939c605..e765767 100644
--- a/src/shh-portable-utils/deps-exe/chmod
+++ b/src/shh-portable-utils/deps-exe/chmod
@@ -1,4 +1,4 @@
-parse_octal.o
-parse_symbolic.o
+parse_mode_octal.o
+parse_mode_symbolic.o
change_mode.o
-lskarnet
diff --git a/src/shh-portable-utils/parse_octal.c b/src/shh-portable-utils/parse_mode_octal.c
index c969f5f..c969f5f 100644
--- a/src/shh-portable-utils/parse_octal.c
+++ b/src/shh-portable-utils/parse_mode_octal.c
diff --git a/src/shh-portable-utils/parse_symbolic.c b/src/shh-portable-utils/parse_mode_symbolic.c
index 3c2ea94..3c2ea94 100644
--- a/src/shh-portable-utils/parse_symbolic.c
+++ b/src/shh-portable-utils/parse_mode_symbolic.c