From 362ecea7a3ecd3471fe2d8dd093e81c5d6833a87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sat, 21 Oct 2006 14:09:56 +0000 Subject: [PATCH] Remove strerror workaround now that we don't include . git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18745 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/xnlock/xnlock.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/appl/xnlock/xnlock.c b/appl/xnlock/xnlock.c index d880e9f60..1717edade 100644 --- a/appl/xnlock/xnlock.c +++ b/appl/xnlock/xnlock.c @@ -19,9 +19,6 @@ RCSID("$Id$"); #include #include #include -#ifdef strerror -#undef strerror -#endif #include #ifdef HAVE_SYS_TYPES_H #include