diff options
Diffstat (limited to '')
-rw-r--r-- | print/ghostscript7-x11/files/patch-src_genarch.c (renamed from print/ghostscript7-x11/files/patch-src:genarch.c) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/print/ghostscript7-x11/files/patch-src:genarch.c b/print/ghostscript7-x11/files/patch-src_genarch.c index a015e69e758a..e7a7d84acc52 100644 --- a/print/ghostscript7-x11/files/patch-src:genarch.c +++ b/print/ghostscript7-x11/files/patch-src_genarch.c @@ -1,6 +1,6 @@ ---- src/genarch.c.orig Tue Jun 5 15:38:57 2001 -+++ src/genarch.c Wed Jun 20 04:17:42 2001 -@@ -41,6 +41,7 @@ +--- src/genarch.c.orig 2003-01-17 00:49:02 UTC ++++ src/genarch.c +@@ -40,6 +40,7 @@ section(FILE * f, const char *str) fprintf(f, "\n\t /* ---------------- %s ---------------- */\n\n", str); } @@ -8,7 +8,7 @@ private clock_t time_clear(char *buf, int bsize, int nreps) { -@@ -51,6 +52,7 @@ +@@ -50,6 +51,7 @@ time_clear(char *buf, int bsize, int nre memset(buf, 0, bsize); return clock() - t; } @@ -16,7 +16,7 @@ private void define(FILE *f, const char *str) -@@ -181,6 +183,7 @@ +@@ -180,6 +182,7 @@ main(int argc, char *argv[]) fprintf(f, "((unsigned long)~0L + (unsigned long)0)\n"); #undef PRINT_MAX @@ -24,7 +24,7 @@ section(f, "Cache sizes"); /* -@@ -241,6 +244,7 @@ +@@ -240,6 +243,7 @@ main(int argc, char *argv[]) } define_int(f, "ARCH_CACHE2_SIZE", bsize >> 1); } |