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:
parent
f7c67a6317
commit
81d459be16
@ -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) \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user