diff options
author | Renato Botelho <garga@FreeBSD.org> | 2007-02-03 13:18:30 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2007-02-03 13:18:30 +0000 |
commit | aa58955c5fc3bedd7fcb4844bc3eda64200cf68d (patch) | |
tree | da153d727f07f5e8f8eb0e7eab1bb8074c0c7cc8 /security/putty/files | |
parent | 9acdaf5844cd390b9e60e5790f51ddc7ea957c87 (diff) | |
download | ports-aa58955c5fc3bedd7fcb4844bc3eda64200cf68d.tar.gz ports-aa58955c5fc3bedd7fcb4844bc3eda64200cf68d.zip |
Notes
Diffstat (limited to 'security/putty/files')
-rw-r--r-- | security/putty/files/patch-uxucs.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/security/putty/files/patch-uxucs.c b/security/putty/files/patch-uxucs.c deleted file mode 100644 index c602fdda4dda..000000000000 --- a/security/putty/files/patch-uxucs.c +++ /dev/null @@ -1,19 +0,0 @@ ---- uxucs.c.orig Sat Apr 26 16:22:42 2003 -+++ uxucs.c Fri Feb 13 15:27:13 2004 -@@ -12,6 +12,16 @@ - #include "terminal.h" - #include "misc.h" - -+#ifdef FREEBSD_MB_SUPPORT -+size_t mbrtowc __P((wchar_t * __restrict, const char * __restrict, size_t, -+ mbstate_t * __restrict)); -+size_t wcrtomb __P((char * __restrict, wchar_t, mbstate_t * __restrict)); -+ -+#include "mbrtowc.c" -+#include "wcrtomb.c" -+ -+#endif -+ - /* - * Unix Unicode-handling routines. - */ |