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

Substitute include <errno.h> for extern int errno.

This commit is contained in:
Nick Briggs 2022-12-11 18:21:58 -08:00
parent f7c67a6317
commit 81d459be16

View File

@ -8,6 +8,7 @@
/* Manufactured in the United States of America. */
/* */
/************************************************************************/
#include <errno.h>
#include "lispemul.h" /* for DLword */
#define FDEV_PAGE_SIZE 512 /* 1 page == 512 byte */
@ -542,9 +543,6 @@ do { \
} \
} while (0)
extern int errno;
#define ChangeToVersionless(pathname) do { \
char *lf_cp; \
if( (lf_cp=strrchr(pathname, ';')) != 0) \