Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 May 2002 07:34:14 -0700 (PDT)
From:      Jonathan Mini <mini@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 10789 for review
Message-ID:  <200205041434.g44EYEb29072@freefall.freebsd.org>

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

Change 10789 by mini@mini_stylus on 2002/05/04 07:33:45

	Don't initialize p_sflag twice.

Affected files ...

... //depot/projects/kse/sys/kern/kern_fork.c#67 edit

Differences ...

==== //depot/projects/kse/sys/kern/kern_fork.c#67 (text+ko) ====

@@ -429,7 +429,6 @@
 
 	p2 = newproc;
 	p2->p_state = PRS_NEW;		/* protect against others */
-	p2->p_sflag = PS_INMEM;
 	p2->p_pid = trypid;
 	LIST_INSERT_HEAD(&allproc, p2, p_list);
 	LIST_INSERT_HEAD(PIDHASH(p2->p_pid), p2, p_hash);

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?200205041434.g44EYEb29072>