1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-14 15:36:34 +00:00

Remove unnecessary (and incorrect) include in unixcomm.c (#280)

This commit is contained in:
Nick Briggs 2021-01-24 16:28:50 -08:00 committed by GitHub
parent 23a244a0fa
commit e90b0f734a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -56,10 +56,6 @@ Unix Interface Communications
#include "byteswapdefs.h"
#include "commondefs.h"
#ifdef GCC386
#include "inlinePS2.h"
#endif /* GCC386 */
static __inline__ int SAFEREAD(int f, unsigned char *b, int c) {
int res;
loop: