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

Resolve warning: no previous extern declaration for non-static variable in ufs.c

This commit is contained in:
Nick Briggs 2023-01-07 11:59:43 -08:00
parent 215d4ff8c7
commit 13cd97ad41

View File

@ -50,6 +50,8 @@
#include "commondefs.h"
#include "dskdefs.h"
extern int *Lisp_errno;
extern int Dummy_errno;
int *Lisp_errno;
int Dummy_errno; /* If errno cell is not provided by Lisp, dummy_errno is used. */