more per-process stuff

This commit is contained in:
albert
2003-09-29 04:09:52 +00:00
parent 35859fb0a8
commit 71312f1516
7 changed files with 137 additions and 83 deletions

View File

@ -188,7 +188,7 @@ double_percent:
fnode->pr = NULL; /* checked for */
fnode->need = 0;
fnode->vendor = AIX;
fnode->flags = 0;
fnode->flags = CF_PRINT_EVERY_TIME;
fnode->next = NULL;
}
@ -695,7 +695,7 @@ static const char *generate_sysv_list(void){
fn->pr = NULL; /* checked for */
fn->need = 0;
fn->vendor = AIX; /* yes, for SGI weirdness */
fn->flags = 0;
fn->flags = CF_PRINT_EVERY_TIME;
fn->next = format_list;
format_list=fn;
}