cvs commit: src/sys/kern kern_fork.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Apr 12 10:49:56 PDT 2004
dillon 2004/04/12 10:49:27 PDT
DragonFly src repository
Modified files:
sys/kern kern_fork.c
Log:
The malloc() call in at_fork() needs to use M_WAITOK instead of M_NOWAIT.
Note that at_fork() is not currently used by the system.
Revision Changes Path
1.23 +1 -3 src/sys/kern/kern_fork.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/kern_fork.c.diff?r1=1.22&r2=1.23&f=h
More information about the Commits
mailing list