Merge from vendor branch BIND:
[dragonfly.git] / gnu / usr.bin / gdb / libgdb / patches / i386fbsd-nat.c.patch
1 $DragonFly: src/gnu/usr.bin/gdb/libgdb/patches/Attic/i386fbsd-nat.c.patch,v 1.1 2006/03/07 15:48:11 corecode Exp $
2
3 Index: i386fbsd-nat.c
4 ===================================================================
5 RCS file: /home/joerg/wd/repository/dragonflybsd/src/contrib/gdb-6.2.1/gdb/i386fbsd-nat.c,v
6 retrieving revision 1.1
7 diff -u -r1.1 i386fbsd-nat.c
8 --- i386fbsd-nat.c      24 Oct 2004 19:56:25 -0000      1.1
9 +++ i386fbsd-nat.c      12 Jan 2005 11:20:57 -0000
10 @@ -141,7 +141,4 @@
11        }
12    }
13  #endif
14 -
15 -  /* Support debugging kernel virtual memory images.  */
16 -  bsd_kvm_add_target (i386fbsd_supply_pcb);
17  }