From owner-p4-projects Thu May 30 23: 1:12 2002 Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id A87D037B406; Thu, 30 May 2002 23:01:08 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EDEE137B401 for ; Thu, 30 May 2002 23:01:07 -0700 (PDT) Received: (from perforce@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4V617J26052 for perforce@freebsd.org; Thu, 30 May 2002 23:01:07 -0700 (PDT) (envelope-from julian@freebsd.org) Date: Thu, 30 May 2002 23:01:07 -0700 (PDT) Message-Id: <200205310601.g4V617J26052@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: perforce set sender to julian@freebsd.org using -f From: Julian Elischer Subject: PERFORCE change 12180 for review To: Perforce Change Reviews Sender: owner-p4-projects@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG http://people.freebsd.org/~peter/p4db/chv.cgi?CH=12180 Change 12180 by julian@julian_ref on 2002/05/30 23:00:46 spell void "void" and not "viod" Affected files ... ... //depot/projects/kse/sys/i386/i386/trap.c#44 edit Differences ... ==== //depot/projects/kse/sys/i386/i386/trap.c#44 (text+ko) ==== @@ -958,7 +958,7 @@ td->td_mailbox = fuword((caddr_t)td->td_kse->ke_mailbox + offsetof(struct kse_mailbox, current_thread)); if ((td->td_mailbox == NULL) || - (td->td_mailbox == (viod *)-1)) { + (td->td_mailbox == (void *)-1)) { td->td_mailbox = NULL; /* single thread it.. */ td->td_flags &= ~TDF_UNBOUND; } else { To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe p4-projects" in the body of the message