]> git.pld-linux.org Git - packages/cups.git/blob - cups-pstoraster-gcc-2.96.patch
- pl for backends
[packages/cups.git] / cups-pstoraster-gcc-2.96.patch
1 --- cups-1.1.10/pstoraster/genarch.c.orig       Thu Mar 29 18:55:43 2001
2 +++ cups-1.1.10/pstoraster/genarch.c    Thu Mar 29 18:58:27 2001
3 @@ -28,6 +28,7 @@
4  
5  #include "stdpre.h"
6  #include <stdio.h>
7 +#include <string.h>
8  
9  /* We should write the result on stdout, but the original Turbo C 'make' */
10  /* can't handle output redirection (sigh). */
11 --- cups-1.1.10/pstoraster/zchar1.c.orig        Thu Mar 29 18:51:23 2001
12 +++ cups-1.1.10/pstoraster/zchar1.c     Thu Mar 29 18:52:23 2001
13 @@ -49,6 +49,8 @@
14  #include "iname.h"
15  #include "store.h"
16  
17 +#include <string.h>
18 +
19  /* Test whether a font is Type 1 compatible. */
20  inline private bool
21  font_is_type1_compatible(const gs_font *pfont)
This page took 0.025935 seconds and 3 git commands to generate.