changeset 48769:869e82b36686

Not necessary.
author Dave Love <fx@gnu.org>
date Mon, 09 Dec 2002 18:10:12 +0000
parents 1c5f26ea4cbb
children 208d298f6d14
files src/s/sol2-8.h
diffstat 1 files changed, 0 insertions(+), 16 deletions(-) [+]
line wrap: on
line diff
--- 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