aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2002-12-09 18:10:12 +0000
committerDave Love2002-12-09 18:10:12 +0000
commit296e6c4f5ef2cadae5654cce5230c9a60ee45b4c (patch)
tree5f81043daf7a5d4837bab8085edc3d6c5f960076 /src
parent6b62aa3a719a2143b01c030ad3c35d6305958840 (diff)
downloademacs-296e6c4f5ef2cadae5654cce5230c9a60ee45b4c.tar.gz
emacs-296e6c4f5ef2cadae5654cce5230c9a60ee45b4c.zip
Not necessary.
Diffstat (limited to 'src')
-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 @@
1/* Handle Solaris 2.8. */
2
3#include "sol2-6.h"
4
5/* Redundant but differing definitions for bcopy, bcmp, and bzero are
6 causing problems. Get rid of the emacs overrides for these. */
7
8#ifdef bcopy
9#undef bcopy
10#endif
11#ifdef bcmp
12#undef bcmp
13#endif
14#ifdef bzero
15#undef bzero
16#endif