Subject: Re: Serial console problems...
To: Mason Loring Bliss <mason@acheron.middleboro.ma.us>
From: Bill Studenmund <wrstuden@loki.stanford.edu>
List: port-mac68k
Date: 07/07/1997 13:45:56
> Hello again.
> 
> I was wondering if I could bother someone for a copy of:
> 
> /usr/include/machine/intr.h
> 

Actually, for programs not in the kernel, here it is:

***** Begin intr.h *****
***** end intr.h *****

No, I'm not being trite. Everything in there is wrapped in
an #ifdef _KERNEL / #endif pair.

Thus you don't need it.


touch /usr/include/machine/intr.h
will make an empty file with the right name, and all will work right.

> Thanks in advance for the help!

Take care,

Bill