net-misc/ssh-askpass-fullscreen: remove unused patches.

Package-Manager: portage-2.3.3
This commit is contained in:
Patrice Clement
2017-02-09 01:00:18 +01:00
parent 4ce6ee379c
commit 68c0da5074
2 changed files with 0 additions and 25 deletions

View File

@@ -1,2 +0,0 @@
SSH_ASKPASS=/usr/bin/ssh-askpass-fullscreen
SUDO_ASKPASS=${SSH_ASKPASS}

View File

@@ -1,23 +0,0 @@
http://bugs.gentoo.org/260308
--- ssh-askpass-fullscreen-0.4/ssh-askpass-fullscreen.c.orig 2009-02-26 16:48:43.094005225 -0600
+++ ssh-askpass-fullscreen-0.4/ssh-askpass-fullscreen.c 2009-02-26 16:49:59.804007638 -0600
@@ -44,7 +44,7 @@
#include <gtk/gtk.h>
/* XPM */
-static char *ocean_stripes[] = {
+static const char *ocean_stripes[] = {
/* columns rows colors chars-per-pixel */
"64 64 3 1",
" c #A0A9C1",
@@ -247,7 +247,7 @@
GdkColor color;
gchar *str;
GdkGrabStatus status;
- int grab_tries;
+ int grab_tries = 0;
const char *failed;
grab_server = (getenv("GNOME_SSH_ASKPASS_GRAB_SERVER") != NULL);