diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sco5.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/s/sco5.h b/src/s/sco5.h index 863f303f7a7..8bce2d48063 100644 --- a/src/s/sco5.h +++ b/src/s/sco5.h | |||
| @@ -121,11 +121,6 @@ Boston, MA 02111-1307, USA. */ | |||
| 121 | #define MAIL_PROGRAM_NAME "/usr/lib/mail/execmail" | 121 | #define MAIL_PROGRAM_NAME "/usr/lib/mail/execmail" |
| 122 | #endif | 122 | #endif |
| 123 | 123 | ||
| 124 | /* miano@acosta.enet.dec.com says these are needed. */ | ||
| 125 | #define bcopy(b1,b2,len) memmove (b2, b1, len) | ||
| 126 | #define bzero(b,len) memset (b, 0, len) | ||
| 127 | #define bcmp(b1,b2,len) memcmp (b1, b2, len) | ||
| 128 | |||
| 129 | /* Tell process_send_signal to use VSUSP instead of VSWTCH. */ | 124 | /* Tell process_send_signal to use VSUSP instead of VSWTCH. */ |
| 130 | #define PREFER_VSUSP | 125 | #define PREFER_VSUSP |
| 131 | 126 | ||