diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2006-12-12 15:18:49 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2006-12-12 15:18:49 +0000 |
commit | 31c81436903a688643ef8192648fdbe1b8117b8d (patch) | |
tree | 74840421e2501f5350da22629d959db4c80f8830 /x11-wm/tpager/files/patch-tpager.c.diff | |
parent | Remove expired leaf port: (diff) |
Remove expired leaf ports:
2006-12-01 www/p5-ldap-abook: Arbitrary command execution vulnerability in CGI script
2006-12-07 x11-wm/tpager: Unmaintained and disappears from MASTER_SITE on a regular basis
Notes
Notes:
svn path=/head/; revision=179571
Diffstat (limited to 'x11-wm/tpager/files/patch-tpager.c.diff')
-rw-r--r-- | x11-wm/tpager/files/patch-tpager.c.diff | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/x11-wm/tpager/files/patch-tpager.c.diff b/x11-wm/tpager/files/patch-tpager.c.diff deleted file mode 100644 index c12110b55e32..000000000000 --- a/x11-wm/tpager/files/patch-tpager.c.diff +++ /dev/null @@ -1,13 +0,0 @@ ---- tpager.c.orig Thu May 8 13:08:39 2003 -+++ tpager.c Sat Feb 14 15:06:31 2004 -@@ -206,9 +206,9 @@ - - int main (int argc, char *argv[]) { - int i, x, y, w, h, horz, b, n, s, set; -- x = y = w = h = horz = b = n = s = set = -1; - char *temp; - XEvent event; -+ x = y = w = h = horz = b = n = s = set = -1; - for (i = 1; i < argc; i++) { - if (strcmp(argv[i],"-x") == 0) { - if ( i + 1 >= argc ) { |