diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2025-09-15 16:09:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-15 16:09:40 +0200 |
commit | 601a48a63e745817cf2a4c7f3ca526e393dd3fb8 (patch) | |
tree | ed011d8f2bfcde8750bca64c0f69407df4bd6444 /lib/maxfd.c | |
parent | 8ef825d85fb4d09c32ca44c545d6eb8d995ddea4 (diff) | |
parent | 15ecdb73ce5cda54f824e5a63ee8e801bf16a996 (diff) | |
download | monitoring-plugins-601a48a63e745817cf2a4c7f3ca526e393dd3fb8.tar.gz |
Merge pull request #2150 from RincewindsHat/refactor/lib
general refactorin in lib, more local variables, real booleans
Diffstat (limited to 'lib/maxfd.c')
-rw-r--r-- | lib/maxfd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/maxfd.c b/lib/maxfd.c index 9b58d8e3..a0f79949 100644 --- a/lib/maxfd.c +++ b/lib/maxfd.c | |||
@@ -19,7 +19,6 @@ | |||
19 | *****************************************************************************/ | 19 | *****************************************************************************/ |
20 | 20 | ||
21 | #include "./maxfd.h" | 21 | #include "./maxfd.h" |
22 | #include <errno.h> | ||
23 | 22 | ||
24 | long mp_open_max(void) { | 23 | long mp_open_max(void) { |
25 | long maxfd = 0L; | 24 | long maxfd = 0L; |