diff options
Diffstat (limited to 'lang/perl5.10/files/patch-SDBM-errno-fix')
-rw-r--r-- | lang/perl5.10/files/patch-SDBM-errno-fix | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lang/perl5.10/files/patch-SDBM-errno-fix b/lang/perl5.10/files/patch-SDBM-errno-fix deleted file mode 100644 index 2dcf809d92d3..000000000000 --- a/lang/perl5.10/files/patch-SDBM-errno-fix +++ /dev/null @@ -1,16 +0,0 @@ ---- ext/SDBM_File/sdbm/sdbm.c.orig Thu Jun 23 08:06:21 2005 -+++ ext/SDBM_File/sdbm/sdbm.c Thu Jun 23 08:06:57 2005 -@@ -34,11 +34,8 @@ - /* - * externals - */ --#ifndef WIN32 --#ifndef sun --extern int errno; --#endif --#endif -+ -+#include <errno.h> - - extern Malloc_t malloc proto((MEM_SIZE)); - extern Free_t free proto((Malloc_t)); |