Douglas William Thrift 14 سال پیش
والد
کامیت
89052e33b8
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      dtpstree.cpp

+ 1 - 1
dtpstree.cpp

@@ -82,7 +82,7 @@ inline uid_t ruid(Type *proc);
 template <typename Type>
 inline char *comm(Type *proc);
 
-#ifndef HAVE_KINFO_PROC2
+#ifndef HAVE_STRUCT_KINFO_PROC2
 typedef kinfo_proc Proc;
 
 const int Flags(O_RDONLY);