diff options
Diffstat (limited to 'print/hplip3/files/patch-io_hpiod_mlc.cpp')
-rw-r--r-- | print/hplip3/files/patch-io_hpiod_mlc.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/print/hplip3/files/patch-io_hpiod_mlc.cpp b/print/hplip3/files/patch-io_hpiod_mlc.cpp deleted file mode 100644 index a2c186607052..000000000000 --- a/print/hplip3/files/patch-io_hpiod_mlc.cpp +++ /dev/null @@ -1,19 +0,0 @@ ---- io/hpiod/mlc.cpp.orig Tue May 23 15:27:16 2006 -+++ io/hpiod/mlc.cpp Tue May 23 15:29:40 2006 -@@ -73,6 +73,7 @@ - MLCError *pError; - MlcChannel *pC; - int i, len, size; -+ static int cnt=0; - - pCmd = (MLCCmd *)buf; - -@@ -122,7 +123,7 @@ - MlcForwardReply(fd, (unsigned char *)pCreditReply, sizeof(MLCCreditReply)); - break; - case MLC_CREDIT_REQUEST: -- static int cnt=0; -+ cnt = 0; - pCreditReq = (MLCCreditRequest *)buf; - if (cnt++ < 5) - syslog(LOG_ERR, "unexpected MLCCreditRequest: cmd=%x, hid=%x, pid=%x, credit=%d: %s %d\n", pCreditReq->cmd, |