diff options
Diffstat (limited to 'print/hplip3/files/patch-backend_hp_hp.c')
-rw-r--r-- | print/hplip3/files/patch-backend_hp_hp.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/print/hplip3/files/patch-backend_hp_hp.c b/print/hplip3/files/patch-backend_hp_hp.c new file mode 100644 index 000000000000..8c13c66c2590 --- /dev/null +++ b/print/hplip3/files/patch-backend_hp_hp.c @@ -0,0 +1,19 @@ +--- backend/hp/hp.c.orig Tue May 23 15:18:48 2006 ++++ backend/hp/hp.c Tue May 23 15:19:33 2006 +@@ -427,6 +427,7 @@ + int len, vstatus, cnt; + char buf[BUFFER_SIZE+HEADER_SIZE]; + MsgAttributes ma; ++ int hd=-1, channel=-1, n, total, retry=0, size; + + if (argc > 1) + { +@@ -474,8 +475,6 @@ + } + copies = atoi(argv[4]); + } +- +- int hd=-1, channel=-1, n, total, retry=0, size; + + hplip_Init(); + |