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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user