summaryrefslogtreecommitdiff
path: root/src/s
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2002-12-09 18:10:12 +0000
committerDave Love <fx@gnu.org>2002-12-09 18:10:12 +0000
commitc1a004db515c2cac74d78530caf96802b548fd8b (patch)
tree2a6ebb57f7039a7f747412a768544ae9a9ca7630 /src/s
parent7ec4ab5fd0d82c81b52f15272b9028a495fba5f6 (diff)
downloademacs-c1a004db515c2cac74d78530caf96802b548fd8b.tar.gz
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 83497b2a2f5..00000000000
--- 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