On Tue, 7 Jan 2003, Pete Zaitcev wrote:

| Greg, would you mind adding this trivial patchlet, please.
| IIRC, Dimitri approved, at least for 2.5.
|
| --- linux-2.4.21-pre3-nip/drivers/usb/ibmcam.c        2003-01-06 17:36:50.000000000 
|-0800
| +++ linux-2.4.21-pre3/drivers/usb/ibmcam.c    2003-01-06 17:25:15.000000000 -0800
| @@ -87,7 +87,7 @@
|  } ibmcam_t;
|  #define      IBMCAM_T(uvd)   ((ibmcam_t *)((uvd)->user_data))
|
| -static struct usbvideo *cams = NULL;
| +struct usbvideo *cams = NULL;
|
|  static int debug = 0;
|

That's going in the wrong/reverse direction, isn't it?
Maybe apply in Reverse (-R) to add the 'static' keyword...

-- 
~Randy



-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to