logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git
commit: 565aab8157ae1c14c28b193eef34d26c6e42bb4d
parent 8c6ea09ea6fb549e7701b5f11a6f73dd0d2e84d7
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Fri, 20 Sep 2024 17:03:43 +0200

cmd/cksum.c: remove getopt from comments, unused

Diffstat:

Mcmd/cksum.c2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/cksum.c b/cmd/cksum.c @@ -8,7 +8,7 @@ #include <inttypes.h> // uint32_t #include <stdio.h> // fprintf #include <string.h> // strerror -#include <unistd.h> // read, write, close, getopt +#include <unistd.h> // read, write, close const char *argv0 = "cksum";