21 lines
463 B
Plaintext
21 lines
463 B
Plaintext
--- configure.orig Mon Feb 14 13:23:23 2005
|
|
+++ configure Fri May 20 22:35:57 2005
|
|
@@ -21635,17 +21635,11 @@ cat confdefs.h >>conftest.$ac_ext
|
|
cat >>conftest.$ac_ext <<_ACEOF
|
|
/* end confdefs.h. */
|
|
#include <dev/usb/usb.h>
|
|
-int
|
|
-main ()
|
|
-{
|
|
int main(void)
|
|
{
|
|
int a = ((struct usb_ctl_request *)0L)->ucr_addr;
|
|
return 0;
|
|
}
|
|
- ;
|
|
- return 0;
|
|
-}
|
|
_ACEOF
|
|
rm -f conftest.$ac_objext
|
|
if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
|