(bcopy, bzero, bcmp): Don't define.
This commit is contained in:
parent
1f4ecd6b72
commit
c6ac3c3a67
1 changed files with 0 additions and 5 deletions
|
@ -121,11 +121,6 @@ Boston, MA 02111-1307, USA. */
|
|||
#define MAIL_PROGRAM_NAME "/usr/lib/mail/execmail"
|
||||
#endif
|
||||
|
||||
/* miano@acosta.enet.dec.com says these are needed. */
|
||||
#define bcopy(b1,b2,len) memmove (b2, b1, len)
|
||||
#define bzero(b,len) memset (b, 0, len)
|
||||
#define bcmp(b1,b2,len) memcmp (b1, b2, len)
|
||||
|
||||
/* Tell process_send_signal to use VSUSP instead of VSWTCH. */
|
||||
#define PREFER_VSUSP
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue