- modify patch for new rpm fuzz=0
This commit is contained in:
parent
54f32c3d8e
commit
2c471de3d0
@ -1,14 +1,15 @@
|
|||||||
--- vim60ag/src/xxd/xxd.c.37073 Mon May 21 16:17:29 2001
|
diff -up vim71/src/xxd/xxd.c.xxd vim71/src/xxd/xxd.c
|
||||||
+++ vim60ag/src/xxd/xxd.c Mon May 21 16:32:12 2001
|
--- vim71/src/xxd/xxd.c.xxd 2008-07-18 14:21:03.000000000 +0200
|
||||||
@@ -81,6 +81,7 @@
|
+++ vim71/src/xxd/xxd.c 2008-07-18 14:23:48.000000000 +0200
|
||||||
|
@@ -90,6 +90,7 @@
|
||||||
#if __MWERKS__ && !defined(BEBOX)
|
#if __MWERKS__ && !defined(BEBOX)
|
||||||
# include <unix.h> /* for fdopen() on MAC */
|
# include <unix.h> /* for fdopen() on MAC */
|
||||||
#endif
|
#endif
|
||||||
+#include <locale.h>
|
+#include <locale.h>
|
||||||
|
|
||||||
/* This corrects the problem of missing prototypes for certain functions
|
#if defined(__BORLANDC__) && __BORLANDC__ <= 0x0410 && !defined(fileno)
|
||||||
* in some GNU installations (e.g. SunOS 4.1.x).
|
/* Missing define and prototype grabbed from the BC 4.0 <stdio.h> */
|
||||||
@@ -424,6 +425,11 @@
|
@@ -452,6 +453,11 @@ char *argv[];
|
||||||
long length = -1, n = 0, seekoff = 0;
|
long length = -1, n = 0, seekoff = 0;
|
||||||
char l[LLEN+1];
|
char l[LLEN+1];
|
||||||
char *pname, *pp;
|
char *pname, *pp;
|
||||||
@ -20,7 +21,7 @@
|
|||||||
|
|
||||||
#ifdef AMIGA
|
#ifdef AMIGA
|
||||||
/* This program doesn't work when started from the Workbench */
|
/* This program doesn't work when started from the Workbench */
|
||||||
@@ -728,7 +734,7 @@
|
@@ -756,7 +762,7 @@ char *argv[];
|
||||||
#else
|
#else
|
||||||
(e > 31 && e < 127)
|
(e > 31 && e < 127)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user