> | --- 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 > | -static struct usbvideo *cams = NULL; > | +struct usbvideo *cams = NULL; > > That's going in the wrong/reverse direction, isn't it? > Maybe apply in Reverse (-R) to add the 'static' keyword...
Of course. Sorry. I mixed diff arguments. -- Pete ------------------------------------------------------- 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
