diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sunos4shr.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ | |||
| 37 | 37 | ||
| 38 | /* khera@cs.duke.edu says this is needed. */ | 38 | /* khera@cs.duke.edu says this is needed. */ |
| 39 | #define memmove(to, from, size) bcopy (from, to, size) | 39 | #define memmove(to, from, size) bcopy (from, to, size) |
| 40 | |||
| 41 | /* brett@kirk.es.go.dlr.de reported this was needed in sunos4-1-3.h, | ||
| 42 | so probably it is needed in this configuration too. */ | ||
| 43 | #define X_IO_BUG | ||