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:
		@@ -19,9 +19,6 @@ RCSID("$Id$");
 | 
				
			|||||||
#include <X11/Intrinsic.h>
 | 
					#include <X11/Intrinsic.h>
 | 
				
			||||||
#include <X11/keysym.h>
 | 
					#include <X11/keysym.h>
 | 
				
			||||||
#include <X11/Shell.h>
 | 
					#include <X11/Shell.h>
 | 
				
			||||||
#ifdef strerror
 | 
					 | 
				
			||||||
#undef strerror
 | 
					 | 
				
			||||||
#endif
 | 
					 | 
				
			||||||
#include <ctype.h>
 | 
					#include <ctype.h>
 | 
				
			||||||
#ifdef HAVE_SYS_TYPES_H
 | 
					#ifdef HAVE_SYS_TYPES_H
 | 
				
			||||||
#include <sys/types.h>
 | 
					#include <sys/types.h>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user