summaryrefslogtreecommitdiff
path: root/package/sane-backends/patches/patch-backend_pixma_bjnp_c
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-13 17:21:00 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-13 17:53:54 +0100
commitf1d974dedab275cc690eeab6e01f9b2d13ca5da1 (patch)
tree02306991bbf76f8e43f4662297c78716ce61c2d3 /package/sane-backends/patches/patch-backend_pixma_bjnp_c
parent314aef8ffc337ad6a2bed1cc14669d469abdb6f8 (diff)
sane-backends: update to 1.2.1
Diffstat (limited to 'package/sane-backends/patches/patch-backend_pixma_bjnp_c')
-rw-r--r--package/sane-backends/patches/patch-backend_pixma_bjnp_c22
1 files changed, 0 insertions, 22 deletions
diff --git a/package/sane-backends/patches/patch-backend_pixma_bjnp_c b/package/sane-backends/patches/patch-backend_pixma_bjnp_c
deleted file mode 100644
index 5d347c00e..000000000
--- a/package/sane-backends/patches/patch-backend_pixma_bjnp_c
+++ /dev/null
@@ -1,22 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- sane-backends-1.0.22.orig/backend/pixma_bjnp.c 2010-12-02 00:49:58.000000000 +0100
-+++ sane-backends-1.0.22/backend/pixma_bjnp.c 2011-10-01 19:26:01.699066938 +0200
-@@ -59,9 +59,6 @@
- #ifdef HAVE_SYS_TYPES_H
- #include <sys/types.h>
- #endif
--#ifdef HAVE_SYS_TIME_H
--#include <sys/timeb.h>
--#endif
-
- /*
- * networking stuff
-@@ -196,7 +193,7 @@ truncate_hostname (char *hostname, char
- {
- /* this is a hostname, not an ip-address, so remove domain part of the name */
-
-- if ((dot = index (short_hostname, '.')) != NULL)
-+ if ((dot = strchr(short_hostname, '.')) != NULL)
- *dot = '\0';
- }
- return short_hostname;