~ubuntu-branches/ubuntu/precise/9base/precise

« back to all changes in this revision

Viewing changes to debian/patches/proto.h.patch

  • Committer: Bazaar Package Importer
  • Author(s): Morten Kjeldgaard
  • Date: 2009-09-28 17:15:57 UTC
  • Revision ID: james.westby@ubuntu.com-20090928171557-uovbla1u86muzr8m
Tags: 1:2-10ubuntu1
Test-rebuild FTFBS: getline problem solved by backporting patch
from 9base-3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- 9base-2/awk/proto.h 2006-01-25 15:21:14.000000000 +0100
 
2
+++ 9base-3/awk/proto.h 2009-08-03 11:15:16.000000000 +0200
 
3
@@ -22,6 +22,8 @@
 
4
 THIS SOFTWARE.
 
5
 ****************************************************************/
 
6
 
 
7
+#define getline p9getline
 
8
+
 
9
 extern int     yywrap(void);
 
10
 extern void    setfname(Cell *);
 
11
 extern int     constnode(Node *);
 
12
@@ -175,3 +177,4 @@
 
13
 
 
14
 extern FILE    *popen(const char *, const char *);
 
15
 extern int     pclose(FILE *);
 
16
+