]> git.eshelyaron.com Git - emacs.git/commitdiff
Not necessary.
authorDave Love <fx@gnu.org>
Mon, 9 Dec 2002 18:10:12 +0000 (18:10 +0000)
committerDave Love <fx@gnu.org>
Mon, 9 Dec 2002 18:10:12 +0000 (18:10 +0000)
src/s/sol2-8.h [deleted file]

diff --git a/src/s/sol2-8.h b/src/s/sol2-8.h
deleted file mode 100644 (file)
index 83497b2..0000000
+++ /dev/null
@@ -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