From 296e6c4f5ef2cadae5654cce5230c9a60ee45b4c Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 9 Dec 2002 18:10:12 +0000 Subject: [PATCH] Not necessary. --- src/s/sol2-8.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 src/s/sol2-8.h 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 -- 2.39.5