diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-13 20:16:29 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-13 20:16:29 +0100 |
commit | 2d969e7b08481e13fdaee3e480c10e90236dc6b3 (patch) | |
tree | 66d63741a9a53e95c72ec58b584420611c020efb /FICS/network.c | |
parent | fc319930ac4858de66510e50930429f82e6a9047 (diff) |
Deleted declaration of 'errno'
Diffstat (limited to 'FICS/network.c')
-rw-r--r-- | FICS/network.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/FICS/network.c b/FICS/network.c index 71333be..2edf228 100644 --- a/FICS/network.c +++ b/FICS/network.c @@ -21,8 +21,6 @@ #endif #include "utils.h" -extern int errno; - /* Sparse array */ PUBLIC connection con[512]; |