From dad146f93689dab0a3d73e100f9d2ca0ab78974f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 22 Jun 1994 04:16:46 +0000 Subject: [PATCH] (X_IO_BUG): Defined. --- src/s/sunos4shr.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/s/sunos4shr.h b/src/s/sunos4shr.h index 88ff9039499..43409d5d0d6 100644 --- a/src/s/sunos4shr.h +++ b/src/s/sunos4shr.h @@ -37,3 +37,7 @@ /* khera@cs.duke.edu says this is needed. */ #define memmove(to, from, size) bcopy (from, to, size) + +/* brett@kirk.es.go.dlr.de reported this was needed in sunos4-1-3.h, + so probably it is needed in this configuration too. */ +#define X_IO_BUG -- 2.39.5