ec_rxstart doesn't eists
[unix-history] / usr / src / sys / kern / kern_fork.c
index 529fb8c..9d2ea84 100644 (file)
@@ -4,7 +4,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)kern_fork.c 7.29 (Berkeley) %G%
+ *     @(#)kern_fork.c 7.31 (Berkeley) %G%
  */
 
 #include "param.h"
  */
 
 #include "param.h"
@@ -16,7 +16,6 @@
 #include "proc.h"
 #include "resourcevar.h"
 #include "vnode.h"
 #include "proc.h"
 #include "resourcevar.h"
 #include "vnode.h"
-#include "seg.h"
 #include "file.h"
 #include "acct.h"
 #include "ktrace.h"
 #include "file.h"
 #include "acct.h"
 #include "ktrace.h"
@@ -61,7 +60,7 @@ fork1(p1, isvfork, retval)
                                count++;
        }
        /*
                                count++;
        }
        /*
-        * Although process entries are dynamically entries,
+        * Although process entries are dynamically created,
         * we still keep a global limit on the maximum number
         * we will create.  Don't allow a nonprivileged user
         * to exceed its current limit or to bring us within one
         * we still keep a global limit on the maximum number
         * we will create.  Don't allow a nonprivileged user
         * to exceed its current limit or to bring us within one