alloc tables at boot time version
[unix-history] / usr / src / sys / kern / subr_xxx.c
index d10e420..301ff97 100644 (file)
@@ -1,4 +1,4 @@
-/*     subr_xxx.c      4.2     %G%     */
+/*     subr_xxx.c      4.3     %G%     */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -173,7 +173,6 @@ register c;
  * when u_count is exhausted.  u_base is in the user's
  * address space unless u_segflg is set.
  */
  * when u_count is exhausted.  u_base is in the user's
  * address space unless u_segflg is set.
  */
-/*
 cpass()
 {
        register c, id;
 cpass()
 {
        register c, id;
@@ -192,7 +191,6 @@ cpass()
        u.u_base++;
        return(c&0377);
 }
        u.u_base++;
        return(c&0377);
 }
-*/
 
 /*
  * Routine which sets a user error; placed in
 
 /*
  * Routine which sets a user error; placed in