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 /x11/gnome-libs/files/patch-libgnomeui_gnome_segv.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 'x11/gnome-libs/files/patch-libgnomeui_gnome_segv.c')
-rw-r--r-- | x11/gnome-libs/files/patch-libgnomeui_gnome_segv.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/x11/gnome-libs/files/patch-libgnomeui_gnome_segv.c b/x11/gnome-libs/files/patch-libgnomeui_gnome_segv.c deleted file mode 100644 index 30b441dacaff..000000000000 --- a/x11/gnome-libs/files/patch-libgnomeui_gnome_segv.c +++ /dev/null @@ -1,14 +0,0 @@ ---- libgnomeui/gnome_segv.c.orig Sun Oct 13 20:35:01 2002 -+++ libgnomeui/gnome_segv.c Sun Oct 13 20:39:29 2002 -@@ -3,9 +3,9 @@ - - /* needed for sigaction and friends under 'gcc -ansi -pedantic' on - * GNU/Linux */ --#ifndef _POSIX_SOURCE -+/*#ifndef _POSIX_SOURCE - # define _POSIX_SOURCE 1 --#endif -+#endif*/ - #include <sys/types.h> - #include <sys/wait.h> - |