summaryrefslogtreecommitdiff
path: root/print/hplip/files/patch-io_hpiod_system.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'print/hplip/files/patch-io_hpiod_system.cpp')
-rw-r--r--print/hplip/files/patch-io_hpiod_system.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/print/hplip/files/patch-io_hpiod_system.cpp b/print/hplip/files/patch-io_hpiod_system.cpp
deleted file mode 100644
index c8fd116dcd6c..000000000000
--- a/print/hplip/files/patch-io_hpiod_system.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- io/hpiod/system.cpp.orig Mon Jul 23 14:08:51 2007
-+++ io/hpiod/system.cpp Mon Jul 23 14:09:52 2007
-@@ -633,7 +633,7 @@
- list_for_each(p, &head.list)
- {
- psa = list_entry(p, SessionAttributes, list);
-- lstLen += sprintf(lst+lstLen, "t[%d] d[%d] socket=%d\n", (int)psa->tid, psa->descriptor, psa->sockid);
-+ lstLen += sprintf(lst+lstLen, "t[%d] d[%d] socket=%d\n", (unsigned long)psa->tid, psa->descriptor, psa->sockid);
- }
-
- len = sprintf(sendBuf, "msg=PStateResult\nresult-code=%d\nlength=%d\ndata:\n%s", R_AOK, lstLen, lst);