dont allocate space here
authorBill Joy <wnj@ucbvax.Berkeley.EDU>
Fri, 27 Feb 1981 18:41:53 +0000 (10:41 -0800)
committerBill Joy <wnj@ucbvax.Berkeley.EDU>
Fri, 27 Feb 1981 18:41:53 +0000 (10:41 -0800)
SCCS-vsn: sys/vax/vax/conf.c 4.20

usr/src/sys/vax/vax/conf.c

index 08edc82..5e3e83e 100644 (file)
@@ -1,4 +1,4 @@
-/*     conf.c  4.19    %G%     */
+/*     conf.c  4.20    %G%     */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -286,11 +286,6 @@ struct     linesw linesw[] =
  
 int    nldisp = 4;
  
  
 int    nldisp = 4;
  
-struct buf     buf[NBUF];
-struct file    file[NFILE];
-struct inode   inode[NINODE];
-struct text    text[NTEXT];
-struct proc    proc[NPROC];
 struct buf     bfreelist[BQUEUES];     /* buffer chain headers */
 struct buf     bswlist;        /* free list of swap headers */
 struct buf     *bclnlist;      /* header for list of cleaned pages */
 struct buf     bfreelist[BQUEUES];     /* buffer chain headers */
 struct buf     bswlist;        /* free list of swap headers */
 struct buf     *bclnlist;      /* header for list of cleaned pages */