Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 May 2002 18:07:25 -0700 (PDT)
From:      Jonathan Mini <mini@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 11570 for review
Message-ID:  <200205200107.g4K17Pn59457@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=11570

Change 11570 by mini@mini_stylus on 2002/05/19 18:06:24

	- Remove whitespace nit not present in -CURRENT.
	- 'Not reached' -> 'NOTREACHED'

Affected files ...

... //depot/projects/kse/sys/i386/i386/trap.c#38 edit

Differences ...

==== //depot/projects/kse/sys/i386/i386/trap.c#38 (text+ko) ====

@@ -260,14 +260,14 @@
 		td->td_frame = &frame;
 		if (td->td_ucred != p->p_ucred) 
 			cred_update_thread(td);
-		
+
 		/*
 		 * First check that we shouldn't just abort.
 		 * But check if the are the single thread first!
 		 */
 		if ((p->p_flag & P_WEXIT) && (p->p_singlethread != td)) {
 			thread_exit();
-			/* Not reached */
+			/* NOTREACHED */
 		}
 
 		switch (type) {

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205200107.g4K17Pn59457>