summaryrefslogtreecommitdiff
path: root/server.c
diff options
context:
space:
mode:
Diffstat (limited to 'server.c')
-rw-r--r--server.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/server.c b/server.c
index 629ade2..610a0b3 100644
--- a/server.c
+++ b/server.c
@@ -56,11 +56,6 @@
#include "scope.h"
#include "x11.h"
-#ifdef SYSV
-#define bzero(s,l) memset(s, 0, l)
-#define bcopy(s,d,l) memmove(d,s,l)
-#endif
-
struct TypeDef TD[MaxTypes];
unsigned char RBf[2];
unsigned char SBf[4];