diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2005-10-16 07:41:55 +0000 |
commit | 40a3261d1a6e2617f6afde0cd6d762a7e211af7a (patch) | |
tree | d70bbf882801af3a4e58dde3ed6a1da1849479d4 /lang/perl5.10/files/patch-SDBM-errno-fix | |
parent | Fix the string format vulnerability desribed at (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_6_0_0'.release/6.0.0
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)); |