]> git.pld-linux.org Git - packages/LPRng.git/blob - LPRng-types.patch
- added types patch (should fix SEGV on 64-bit archs, BTS#708)
[packages/LPRng.git] / LPRng-types.patch
1 --- LPRng-3.8.21/src/common/vars.c.orig Wed Apr 16 01:37:42 2003
2 +++ LPRng-3.8.21/src/common/vars.c      Tue Aug  5 13:37:05 2003
3 @@ -211,7 +211,7 @@
4     /*  string to send for a form feed */
5  { "ff", 0,  STRING_K,  &Form_feed_DYN,0,0,"=\\f"},
6     /*  string to send for a form feed */
7 -{ "ff_separator", 0,  STRING_K,  &FF_separator_DYN,0,0,0},
8 +{ "ff_separator", 0,  FLAG_K,  &FF_separator_DYN,0,0,0},
9     /* enforce FIFO (first in, first out) order */
10  { "fifo", 0, STRING_K, &Fifo_DYN,0,0,0},
11     /* FIFO lock file */
This page took 0.023038 seconds and 3 git commands to generate.