1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-04-24 19:50:25 +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

@@ -13,7 +13,6 @@ static char *id = "$Id: ldeboot.c,v 1.3 1999/01/03 02:07:13 sybalsky Exp $ Copyr
#include <ctype.h>
#include <fcntl.h>
#include <errno.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>