# HG changeset patch # User Richard M. Stallman # Date 739477233 0 # Node ID a1ccd96244f3835c1a2b024e8b0fbd299b0246cf # Parent 67c6f072c8f99befec1a89bd087769448e7aee2f (INTERRUPTIBLE_*): Fix spelling of macros. diff -r 67c6f072c8f9 -r a1ccd96244f3 src/s/dgux.h --- a/src/s/dgux.h Mon Jun 07 18:05:57 1993 +0000 +++ b/src/s/dgux.h Mon Jun 07 18:20:33 1993 +0000 @@ -271,10 +271,10 @@ #define read sys_read #define write sys_write -#define INTERRUPTABLE_OPEN -#define INTERRUPTABLE_CLOSE +#define INTERRUPTIBLE_OPEN +#define INTERRUPTIBLE_CLOSE /* can't hurt to define these, even though read/write should auto restart */ -#define INTERRUPTABLE_IO +#define INTERRUPTIBLE_IO /* Can't use sys_signal because then etc/server.c would need sysdep.o. */ #define signal(SIG,FUNC) berk_signal(SIG,FUNC)