diff options
author | Jim Ramsay <lack@gentoo.org> | 2009-09-17 15:36:38 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2009-09-17 15:36:38 +0000 |
commit | 4724a202a3cc07410fca335f35d26413d32e8551 (patch) | |
tree | eeb478f0daf1ad4aa7e5e9e26c8b9ea08c5cd51e /net-print/cups/files | |
parent | Opera 10 can download, install and select dictionaries entirely without the u... (diff) | |
download | historical-4724a202a3cc07410fca335f35d26413d32e8551.tar.gz historical-4724a202a3cc07410fca335f35d26413d32e8551.tar.bz2 historical-4724a202a3cc07410fca335f35d26413d32e8551.zip |
Add patch which fixes bug #285003
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'net-print/cups/files')
-rw-r--r-- | net-print/cups/files/cups-1.4.1-usb-function-decl.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/net-print/cups/files/cups-1.4.1-usb-function-decl.patch b/net-print/cups/files/cups-1.4.1-usb-function-decl.patch new file mode 100644 index 000000000000..3953d92f86da --- /dev/null +++ b/net-print/cups/files/cups-1.4.1-usb-function-decl.patch @@ -0,0 +1,25 @@ +From 484851e02cc5a9b702e0f226f20a0d33325d9dee Mon Sep 17 00:00:00 2001 +From: Tim Waugh <twaugh@redhat.com> +Date: Mon, 14 Sep 2009 17:34:36 +0100 +Subject: [PATCH] Fixed side_cb function declaration in usb-unix.c. + +--- + backend/usb-unix.c | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/backend/usb-unix.c b/backend/usb-unix.c +index c47910d..a00f1ad 100644 +--- a/backend/usb-unix.c ++++ b/backend/usb-unix.c +@@ -560,7 +560,7 @@ open_device(const char *uri, /* I - Device URI */ + * 'side_cb()' - Handle side-channel requests... + */ + +-static void ++static int + side_cb(int print_fd, /* I - Print file */ + int device_fd, /* I - Device file */ + int snmp_fd, /* I - SNMP socket (unused) */ +-- +1.6.4.2 + |