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
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to