Julian Elischer wrote:
It's not that likely to roll, but...
> static int complained = 6;
>
> if (complained-- ) {
if (complained) {
complained--;
> printf ("process (PID %d) Use static LDT allocation.\n",
> td->td_proc->p_pid);
> printf ("man i386_set_ldt for more information\n");
> }
-- Terry