aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorDave Love <[email protected]>2002-12-09 18:10:12 +0000
committerDave Love <[email protected]>2002-12-09 18:10:12 +0000
commit296e6c4f5ef2cadae5654cce5230c9a60ee45b4c (patch)
tree5f81043daf7a5d4837bab8085edc3d6c5f960076 /src/s
parent6b62aa3a719a2143b01c030ad3c35d6305958840 (diff)
Not necessary.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/sol2-8.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/s/sol2-8.h b/src/s/sol2-8.h
deleted file mode 100644
index 83497b2a2f..0000000000
--- a/src/s/sol2-8.h
+++ /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