lib CFLAGS working again
top.1 codes fixed
bad (int*) cast in top removed
+top runs faster
+libproc memory corruption fixed
+rant moved out of top.1 man page
+ability to SKIP installing things
+fixed ps --sort crash
procps-3.0.1 --> procps-3.0.2
top.1 codes fixed
bad (int*) cast in top removed
top runs faster
+libproc memory corruption fixed
+rant moved out of top.1 man page
+ability to SKIP installing things
+fixed ps --sort crash
procps-3.0.1 --> procps-3.0.2
tmp_list->reverse = 0;
tmp_list->typecode = '?'; /* what was this for? */
tmp_list->sr = incoming->sr;
+ tmp_list->need = incoming->need;
tmp_list->next = sort_list;
sort_list = tmp_list;
}
tmp_list->reverse = 0;
tmp_list->typecode = '?'; /* what was this for? */
tmp_list->sr = incoming->sr;
+ tmp_list->need = incoming->need;
tmp_list->next = sort_list;
sort_list = tmp_list;
}
sort_node *thisnode;
thisnode = malloc(sizeof(format_node));
thisnode->sr = fs->sr;
+ thisnode->need = fs->need;
thisnode->reverse = reverse;
thisnode->next = NULL;
return thisnode;