From: Bill Joy Date: Fri, 27 Feb 1981 18:41:53 +0000 (-0800) Subject: dont allocate space here X-Git-Tag: BSD-4_1_snap-Snapshot-Development~2042 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/6d51d1b766a20684011cbdaf148e594cef7c286a dont allocate space here SCCS-vsn: sys/vax/vax/conf.c 4.20 --- diff --git a/usr/src/sys/vax/vax/conf.c b/usr/src/sys/vax/vax/conf.c index 08edc82708..5e3e83ee1c 100644 --- a/usr/src/sys/vax/vax/conf.c +++ b/usr/src/sys/vax/vax/conf.c @@ -1,4 +1,4 @@ -/* conf.c 4.19 %G% */ +/* conf.c 4.20 %G% */ #include "../h/param.h" #include "../h/systm.h" @@ -286,11 +286,6 @@ struct linesw linesw[] = 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 */