termutils.patch 298 B

1234567891011121314
  1. --- tparam.c.orig Sun Sep 3 01:53:43 1995
  2. +++ tparam.c Fri Aug 23 20:47:45 2002
  3. @@ -21,10 +21,6 @@
  4. #endif
  5. #ifndef emacs
  6. -#if defined(HAVE_STRING_H) || defined(STDC_HEADERS)
  7. -#define bcopy(s, d, n) memcpy ((d), (s), (n))
  8. -#endif
  9. -
  10. #ifdef STDC_HEADERS
  11. #include <stdlib.h>
  12. #include <string.h>