File: missing-prototypes.patch

package info (click to toggle)
9base 1%3A6-15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,536 kB
  • sloc: ansic: 61,060; yacc: 1,991; asm: 1,621; cs: 1,150; perl: 965; makefile: 616; sh: 18; sed: 4
file content (13 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Author: Andreas Beckmann <anbe@debian.org>
Description: fix building with -Werror=implicit-function-declaration

--- a/troff/mbwc.h
+++ b/troff/mbwc.h
@@ -1,5 +1,7 @@
+#if 0
 #define mblen p9mblen
 #define mbtowc p9mbtowc
 #define mbstowcs p9mbstowcs
 #define wctomb p9wctomb
 #define wcstombs p9wcstombs
+#endif