# HG changeset patch # User Dave Love # Date 1039457412 0 # Node ID 869e82b36686251cbf7a7576b45d537b7cc18337 # Parent 1c5f26ea4cbb17c67df32d2b5ffc1f03ba60d28a Not necessary. diff -r 1c5f26ea4cbb -r 869e82b36686 src/s/sol2-8.h --- a/src/s/sol2-8.h Mon Dec 09 18:05:34 2002 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,16 +0,0 @@ -/* Handle Solaris 2.8. */ - -#include "sol2-6.h" - -/* Redundant but differing definitions for bcopy, bcmp, and bzero are - causing problems. Get rid of the emacs overrides for these. */ - -#ifdef bcopy -#undef bcopy -#endif -#ifdef bcmp -#undef bcmp -#endif -#ifdef bzero -#undef bzero -#endif