mm(1): remove useless extern errno

This commit is contained in:
dtb 2024-07-27 18:21:17 -06:00
parent cba8394d95
commit c5c0e543e4
Signed by: trinity
GPG Key ID: 34C0543BBB6AF81B

View File

@ -26,8 +26,6 @@
#include <unistd.h> /* getopt(3) */ #include <unistd.h> /* getopt(3) */
#include <sysexits.h> /* EX_IOERR, EX_OK, EX_OSERR, EX_USAGE */ #include <sysexits.h> /* EX_IOERR, EX_OK, EX_OSERR, EX_USAGE */
extern int errno;
/* This structure is how open files are tracked. */ /* This structure is how open files are tracked. */
struct Files{ struct Files{
size_t a; /* allocation */ size_t a; /* allocation */