aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-08-28 15:03:56 +0000
committerGerd Moellmann <[email protected]>2000-08-28 15:03:56 +0000
commitc6ac3c3a679fd8aa528ae1f4f32b97b12bfee1fa (patch)
treed0930778c6815a08cf50f3ee09aabb904b371c49 /src
parent1f4ecd6b72241c6f562192735279329c5eb963c9 (diff)
(bcopy, bzero, bcmp): Don't define.
Diffstat (limited to 'src')
-rw-r--r--src/s/sco5.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/s/sco5.h b/src/s/sco5.h
index 863f303f7a..8bce2d4806 100644
--- a/src/s/sco5.h
+++ b/src/s/sco5.h
@@ -121,11 +121,6 @@ Boston, MA 02111-1307, USA. */
#define MAIL_PROGRAM_NAME "/usr/lib/mail/execmail"
#endif
-/* [email protected] 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