From bda4b95d4cc726ce36aff5418191b807ca922e71 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 12 Feb 1998 04:38:12 +0000 Subject: [PATCH] strerror ugly fix git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4388 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/xnlock/xnlock.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appl/xnlock/xnlock.c b/appl/xnlock/xnlock.c index 2be851e52..c4bc50ad2 100644 --- a/appl/xnlock/xnlock.c +++ b/appl/xnlock/xnlock.c @@ -20,6 +20,9 @@ RCSID("$Id$"); #include #include #include +#ifdef strerror +#undef strerror +#endif #include #ifdef HAVE_SYS_TYPES_H #include