diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-01-26 03:50:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-01-26 03:50:56 +0000 |
commit | 3ec09c16784bd8be7115fb15ef9fed1c5e738ffe (patch) | |
tree | e455572709646acdb8a2e2d5ba37b893f66c1943 /net-dialup/lrzsz | |
parent | Version bump #246497 by Arfrever Frehtes Taifersar Arahesis. (diff) | |
download | gentoo-2-3ec09c16784bd8be7115fb15ef9fed1c5e738ffe.tar.gz gentoo-2-3ec09c16784bd8be7115fb15ef9fed1c5e738ffe.tar.bz2 gentoo-2-3ec09c16784bd8be7115fb15ef9fed1c5e738ffe.zip |
Tweak decl patch so it fully works.
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'net-dialup/lrzsz')
-rw-r--r-- | net-dialup/lrzsz/ChangeLog | 8 | ||||
-rw-r--r-- | net-dialup/lrzsz/files/lrzsz-implicit-decl.patch | 13 |
2 files changed, 12 insertions, 9 deletions
diff --git a/net-dialup/lrzsz/ChangeLog b/net-dialup/lrzsz/ChangeLog index 0db37485d3cc..ec93883e4c71 100644 --- a/net-dialup/lrzsz/ChangeLog +++ b/net-dialup/lrzsz/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-dialup/lrzsz -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/lrzsz/ChangeLog,v 1.10 2009/01/11 12:09:35 mrness Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-dialup/lrzsz/ChangeLog,v 1.11 2009/01/26 03:50:56 vapier Exp $ + + 26 Jan 2009; Mike Frysinger <vapier@gentoo.org> + files/lrzsz-implicit-decl.patch: + Tweak decl patch so it fully works. *lrzsz-0.12.20-r2 (11 Jan 2009) diff --git a/net-dialup/lrzsz/files/lrzsz-implicit-decl.patch b/net-dialup/lrzsz/files/lrzsz-implicit-decl.patch index 315f2e4f0e28..9b1decdba856 100644 --- a/net-dialup/lrzsz/files/lrzsz-implicit-decl.patch +++ b/net-dialup/lrzsz/files/lrzsz-implicit-decl.patch @@ -1,6 +1,5 @@ -diff -Nru lrzsz-0.12.20.orig/lib/long-options.c lrzsz-0.12.20/lib/long-options.c ---- lrzsz-0.12.20.orig/lib/long-options.c 1998-04-26 16:22:35.000000000 +0300 -+++ lrzsz-0.12.20/lib/long-options.c 2007-04-14 14:42:34.000000000 +0300 +--- lrzsz-0.12.20/lib/long-options.c ++++ lrzsz-0.12.20/lib/long-options.c @@ -22,6 +22,7 @@ #endif @@ -9,11 +8,11 @@ diff -Nru lrzsz-0.12.20.orig/lib/long-options.c lrzsz-0.12.20/lib/long-options.c #include <getopt.h> #include "long-options.h" -diff -Nru lrzsz-0.12.20.orig/src/lsyslog.c lrzsz-0.12.20/src/lsyslog.c ---- lrzsz-0.12.20.orig/src/lsyslog.c 1998-12-29 19:27:46.000000000 +0200 -+++ lrzsz-0.12.20/src/lsyslog.c 2007-04-14 14:43:10.000000000 +0300 -@@ -22,6 +22,7 @@ +--- lrzsz-0.12.20/src/lsyslog.c ++++ lrzsz-0.12.20/src/lsyslog.c +@@ -22,6 +22,8 @@ #ifdef ENABLE_SYSLOG ++#define _GNU_SOURCE #include "zglobal.h" #include <pwd.h> +#include <stdio.h> |