diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sunos413.h | 4 | ||||
| -rw-r--r-- | src/s/sunos4shr.h | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/src/s/sunos413.h b/src/s/sunos413.h index d5dec97665f..39ade191e57 100644 --- a/src/s/sunos413.h +++ b/src/s/sunos413.h | |||
| @@ -19,7 +19,3 @@ | |||
| 19 | #ifndef SYSTEM_MALLOC | 19 | #ifndef SYSTEM_MALLOC |
| 20 | #define MEMMOVE_MISSING | 20 | #define MEMMOVE_MISSING |
| 21 | #endif | 21 | #endif |
| 22 | |||
| 23 | /* brett@kirk.es.go.dlr.de reported that, without this definition, | ||
| 24 | Emacs would loop when olvwm exits. */ | ||
| 25 | #define X_IO_BUG | ||
diff --git a/src/s/sunos4shr.h b/src/s/sunos4shr.h index 43409d5d0d6..88ff9039499 100644 --- a/src/s/sunos4shr.h +++ b/src/s/sunos4shr.h | |||
| @@ -37,7 +37,3 @@ | |||
| 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 | ||