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 /print/gnome-print/files/patch-installer_gf-ttf.c | |
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 'print/gnome-print/files/patch-installer_gf-ttf.c')
-rw-r--r-- | print/gnome-print/files/patch-installer_gf-ttf.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/print/gnome-print/files/patch-installer_gf-ttf.c b/print/gnome-print/files/patch-installer_gf-ttf.c deleted file mode 100644 index ad7cf3779c56..000000000000 --- a/print/gnome-print/files/patch-installer_gf-ttf.c +++ /dev/null @@ -1,12 +0,0 @@ ---- installer/gf-ttf.c.orig Mon Mar 22 23:34:10 2004 -+++ installer/gf-ttf.c Mon Mar 22 23:34:23 2004 -@@ -32,7 +32,8 @@ - #include <fcntl.h> - #include <string.h> - #include <ctype.h> --#include <freetype/freetype.h> -+#include <ft2build.h> -+#include FT_FREETYPE_H - - #include "gf-ttf.h" - |