summaryrefslogtreecommitdiff
path: root/hw/dmx/dmxclient.h
diff options
context:
space:
mode:
authorJamey Sharp <jamey@minilop.net>2011-09-18 20:47:04 -0500
committerJamey Sharp <jamey@minilop.net>2011-09-19 15:16:04 -0700
commit87cc83474d9890d14d9bc60926a97bd0d5b059af (patch)
tree6820dba6a3e081e3b42b9946ed546dde7d4fa794 /hw/dmx/dmxclient.h
parentdf4eeb1256c7c5e7a3f88f10da2915c7a07a8db8 (diff)
Replace XmuSnprintf with snprintf.
Alan Coopersmith explains: XmuSnprintf() can be replaced by snprintf() now. (It was a implementation X provided for it's libraries to use in the days before all platforms we cared about had snprintf in libc.) Reported-by: walter harms <wharms@bfs.de> Signed-off-by: Jamey Sharp <jamey@minilop.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'hw/dmx/dmxclient.h')
-rw-r--r--hw/dmx/dmxclient.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/dmx/dmxclient.h b/hw/dmx/dmxclient.h
index c45f71fc0..f0f235f61 100644
--- a/hw/dmx/dmxclient.h
+++ b/hw/dmx/dmxclient.h
@@ -82,7 +82,6 @@ typedef XID KeySym64;
#include <X11/Xutil.h>
#include <X11/Xatom.h>
#include <X11/cursorfont.h>
-#include <X11/Xmu/SysUtil.h> /* For XmuSnprintf */
#include <X11/extensions/shape.h>