summaryrefslogtreecommitdiff
path: root/decode11.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2009-09-28 23:48:38 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-09-28 23:48:38 -0700
commit8f5292aad3a0dcbc219d76d63ea915f49d403bbc (patch)
tree4fa5082510d992a5d5dd923ac07a5fa42e5bb8d3 /decode11.c
parenta5de13686c9ad9c8fc7e4cf2508fd2ba1de50965 (diff)
downloadxscope-8f5292aad3a0dcbc219d76d63ea915f49d403bbc.tar.gz
Replace platform #ifdefs with autoconf tests
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'decode11.c')
-rw-r--r--decode11.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/decode11.c b/decode11.c
index 0c43108..5f24f34 100644
--- a/decode11.c
+++ b/decode11.c
@@ -58,11 +58,6 @@
#include "extensions.h"
#include "lbxscope.h"
-#ifdef SYSV
-#define bzero(s,l) memset(s, 0, l)
-#define bcopy(s,d,l) memmove(d,s,l)
-#endif
-
/*
There are 4 types of things in X11: requests, replies, errors, and events.