summaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorAndrey Slusar <anray@FreeBSD.org>2007-01-24 00:40:29 +0000
committerAndrey Slusar <anray@FreeBSD.org>2007-01-24 00:40:29 +0000
commit22417b91185fb0d2bb859f13850476c3224cffd1 (patch)
tree4b92e5ef2b264eee1b75735fc2fa2ddf1199fc99 /palm
parent- Fix fetch (diff)
Fix build on 6-STABLE
Reported by: pav
Notes
Notes: svn path=/head/; revision=183140
Diffstat (limited to 'palm')
-rw-r--r--palm/uppc-kmod/files/patch-uppc.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/palm/uppc-kmod/files/patch-uppc.c b/palm/uppc-kmod/files/patch-uppc.c
index 38c3612b98aa..286aabba2d1c 100644
--- a/palm/uppc-kmod/files/patch-uppc.c
+++ b/palm/uppc-kmod/files/patch-uppc.c
@@ -1,13 +1,13 @@
---- uppc.c.orig Thu Jan 18 16:07:01 2007
-+++ uppc.c Thu Jan 18 16:12:10 2007
-@@ -62,6 +62,10 @@
- #define USB_PRODUCT_TOSHIBA_E330 0x0707
- #define USB_PRODUCT_TOSHIBA_E740 0x0706
+--- uppc.c.orig Sun Sep 12 05:39:44 2004
++++ uppc.c Wed Jan 24 02:31:02 2007
+@@ -93,6 +93,10 @@
+
+ #include <dev/usb/ucomvar.h>
+#ifndef USBDEVNAME
+#define USBDEVNAME device_get_nameunit
+#endif
+
- #include <sys/cdefs.h>
+ static int uppcrtvendor = 0;
+ static int uppcrtproduct = 0;
- #include <sys/param.h>