Remove ptid_build
[deliverable/binutils-gdb.git] / gdb / bsd-kvm.c
index 434c1928b79c87eb97fca9f3091e31410c04de76..078cd30c054199679f84ab22bcc54a5d57c0d7d6 100644 (file)
@@ -413,5 +413,5 @@ Generic command for manipulating the kernel memory interface."),
      ptid (1, 1, 2) -> kvm inferior 1, process 2
      ptid (1, 1, n) -> kvm inferior 1, process n  */
 
-  bsd_kvm_ptid = ptid_build (1, 1, 0);
+  bsd_kvm_ptid = ptid_t (1, 1, 0);
 }
This page took 0.025095 seconds and 4 git commands to generate.