diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-01-04 08:23:53 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-01-04 08:23:53 +0000 |
commit | 4fedb10ee01d02511e5f9a00ece12755636190fa (patch) | |
tree | b83d6b91c565590bf9b118e9ac55e5b7b9908737 /dev-util/indent | |
parent | old (Manifest recommit) (diff) | |
download | gentoo-2-4fedb10ee01d02511e5f9a00ece12755636190fa.tar.gz gentoo-2-4fedb10ee01d02511e5f9a00ece12755636190fa.tar.bz2 gentoo-2-4fedb10ee01d02511e5f9a00ece12755636190fa.zip |
remove extra hunk #76598
Diffstat (limited to 'dev-util/indent')
-rw-r--r-- | dev-util/indent/files/2.2.9-deb-gentoo.patch | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/dev-util/indent/files/2.2.9-deb-gentoo.patch b/dev-util/indent/files/2.2.9-deb-gentoo.patch index fb5eb46eb1b4..d560fa9a1157 100644 --- a/dev-util/indent/files/2.2.9-deb-gentoo.patch +++ b/dev-util/indent/files/2.2.9-deb-gentoo.patch @@ -97,7 +97,7 @@ http://bugs.gentoo.org/show_bug.cgi?id=71690 #include "parse.h" +#include "output.h" - RCSTAG_CC ("$Id: 2.2.9-deb-gentoo.patch,v 1.1 2005/01/04 03:21:26 vapier Exp $"); + RCSTAG_CC ("$Id: 2.2.9-deb-gentoo.patch,v 1.2 2005/01/04 08:23:53 vapier Exp $"); --- indent-2.2.9.orig/src/output.h +++ indent-2.2.9/src/output.h @@ -110,21 +110,3 @@ http://bugs.gentoo.org/show_bug.cgi?id=71690 BOOLEAN flag); ---- texinfo2man.c.orig 2002-01-17 14:28:51.000000000 -0500 -+++ texinfo2man.c 2005-01-03 22:16:21.510887200 -0500 -@@ -2,6 +2,7 @@ - #include <malloc.h> - #include <string.h> - #include <ctype.h> -+#include <stdlib.h> - - /* texinfo2man. - * Convert a texinfo document to man format. -@@ -162,6 +163,7 @@ - - static char value_updated[64], value_edition[64], value_version[64]; - -+void - process_texi (FILE * in) - { - char buf[1024]; |