patches/libgphoto2-04-scsi-usb.diff
author yippi
Tue, 20 Apr 2010 20:31:44 +0000
changeset 17886 7d3334e70d52
parent 17885 89c68f7e6b08
permissions -rw-r--r--
2010-04-20 Brian Cameron <[email protected]> * base-specs/libgphoto2.spec, patches/libgphoto2-04-scsi-usb.diff: Update to 2.4.9.1 and remove unneeded hunk from patch. Add patch comment to spec file.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
17885
89c68f7e6b08 2010-04-20 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     1
--- libgphoto2-2.4.9/libgphoto2_port/usbscsi/linux.c-orig	2010-04-20 11:07:39.992083298 -0500
89c68f7e6b08 2010-04-20 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     2
+++ libgphoto2-2.4.9/libgphoto2_port/usbscsi/linux.c	2010-04-20 11:07:48.360592381 -0500
89c68f7e6b08 2010-04-20 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     3
@@ -24,6 +24,7 @@
89c68f7e6b08 2010-04-20 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     4
 #include <unistd.h>
89c68f7e6b08 2010-04-20 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     5
 #include <string.h>
89c68f7e6b08 2010-04-20 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     6
 #include <fcntl.h>
89c68f7e6b08 2010-04-20 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     7
+#include <limits.h>
89c68f7e6b08 2010-04-20 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     8
 #include <sys/stat.h>
89c68f7e6b08 2010-04-20 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     9
 #include <sys/types.h>
89c68f7e6b08 2010-04-20 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    10
 #include <sys/param.h>
89c68f7e6b08 2010-04-20 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    11
--- libgphoto2-2.4.9/libgphoto2_port/usbdiskdirect/linux.c-orig	2010-04-20 11:06:16.410540653 -0500
89c68f7e6b08 2010-04-20 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    12
+++ libgphoto2-2.4.9/libgphoto2_port/usbdiskdirect/linux.c	2010-04-20 11:06:50.364528307 -0500
89c68f7e6b08 2010-04-20 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    13
@@ -24,6 +24,7 @@
89c68f7e6b08 2010-04-20 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    14
 #include <unistd.h>
89c68f7e6b08 2010-04-20 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    15
 #include <string.h>
89c68f7e6b08 2010-04-20 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    16
 #include <fcntl.h>
89c68f7e6b08 2010-04-20 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    17
+#include <limits.h>
89c68f7e6b08 2010-04-20 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    18
 #include <sys/stat.h>
89c68f7e6b08 2010-04-20 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    19
 #include <sys/types.h>
89c68f7e6b08 2010-04-20 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    20
 #include <sys/param.h>