[ar7] use wpad-mini instead of hostapd
[openwrt.git] / package / gdb / patches / 001-siginfo_t.patch
1 diff -urN gdb-6.8/gdb/linux-nat.h gdb-6.8a.new/gdb/linux-nat.h
2 --- gdb-6.8/gdb/linux-nat.h     2008-01-23 12:26:28.000000000 +0100
3 +++ gdb-6.8a.new/gdb/linux-nat.h        2012-09-19 16:37:10.468916796 +0200
4 @@ -60,7 +60,7 @@
5  
6    /* Non-zero si_signo if this LWP stopped with a trap.  si_addr may
7       be the address of a hardware watchpoint.  */
8 -  struct siginfo siginfo;
9 +  siginfo_t siginfo;
10  
11    /* If WAITSTATUS->KIND != TARGET_WAITKIND_SPURIOUS, the waitstatus
12       for this LWP's last event.  This may correspond to STATUS above,