File: 03_kpathsea_version_string_declaration.diff

package info (click to toggle)
catdvi 0.14-16
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,160 kB
  • sloc: ansic: 8,703; perl: 51; sh: 38; makefile: 9
file content (16 lines) | stat: -rw-r--r-- 368 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: remove conflicting declaration of kpathsea_version_string
Author: Jakub Wilk <jwilk@debian.org>
Bug-Debian: http://bugs.debian.org/666169
Forwarded: no
Last-Update: 2012-04-22

--- a/kpathsea.c
+++ b/kpathsea.c
@@ -36,7 +36,6 @@
 
 void version_findtfm(void)
 {
-        extern char * kpathsea_version_string;
         puts(kpathsea_version_string);
 }