1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-21 14:47:59 +00:00

Clean up extern int errno and errno.h inclusions. (#102)

Closes interlisp/medley#86.
This commit is contained in:
Bruce Mitchener
2020-12-20 10:07:23 +07:00
committed by GitHub
parent ade0e7d4a6
commit d5ff4011a9
14 changed files with 3 additions and 22 deletions

View File

@@ -39,7 +39,6 @@ int main(int argc, char *argv[])
#include <nlist.h>
#include <fcntl.h>
#include <errno.h>
int ether_fd = -1; /* file descriptor for ether socket */
unsigned char ether_host[6] = {0, 0, 0, 0, 0, 0}; /* 48 bit address */