Remove strerror workaround now that we don't include <X11/Xos.h>.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18745 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-21 14:09:56 +00:00
parent 1ab87e140b
commit 362ecea7a3

View File

@@ -19,9 +19,6 @@ RCSID("$Id$");
#include <X11/Intrinsic.h>
#include <X11/keysym.h>
#include <X11/Shell.h>
#ifdef strerror
#undef strerror
#endif
#include <ctype.h>
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>