~ubuntu-branches/ubuntu/saucy/glosstex/saucy

« back to all changes in this revision

Viewing changes to debian/patches/00_ftbfs_error.diff

  • Committer: Bazaar Package Importer
  • Author(s): Arnaud Fontaine
  • Date: 2006-10-02 23:47:03 UTC
  • mfrom: (3.1.2 edgy)
  • Revision ID: james.westby@ubuntu.com-20061002234703-rdr8z3sj3nw9wcyz
Tags: 0.4.dfsg.1-2
Add support for TeX Live by adding alternate depends to
texlive-base-bin. Closes: #383244.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
--- error.c.old 2006-06-10 19:38:00.000000000 +0200
 
2
+++ error.c     2006-06-10 19:38:12.000000000 +0200
 
3
@@ -32,8 +32,6 @@
 
4
 
 
5
 #define BUFSIZE 4096
 
6
 
 
7
-extern char* sys_errlist[];
 
8
-
 
9
 void
 
10
 error (const char *fmt,...)
 
11
 {