Deleted Added
full compact
21c21
< * $Id: vfs_bio.c,v 1.76 1995/12/11 04:56:05 dyson Exp $
---
> * $Id: vfs_bio.c,v 1.78 1995/12/13 03:47:01 dyson Exp $
61c61
< struct proc *updateproc;
---
> static struct proc *updateproc;
73,75c73,77
< void vm_hold_free_pages(struct buf * bp, vm_offset_t from, vm_offset_t to);
< void vm_hold_load_pages(struct buf * bp, vm_offset_t from, vm_offset_t to);
< void vfs_clean_pages(struct buf * bp);
---
> static void vm_hold_free_pages(struct buf * bp, vm_offset_t from,
> vm_offset_t to);
> static void vm_hold_load_pages(struct buf * bp, vm_offset_t from,
> vm_offset_t to);
> static void vfs_clean_pages(struct buf * bp);
100c102
< vm_offset_t bogus_offset;
---
> static vm_offset_t bogus_offset;
102c104
< int bufspace, maxbufspace;
---
> static int bufspace, maxbufspace;
104,105c106,107
< struct bufhashhdr bufhashtbl[BUFHSZ], invalhash;
< struct bqueues bufqueues[BUFFER_QUEUES];
---
> static struct bufhashhdr bufhashtbl[BUFHSZ], invalhash;
> static struct bqueues bufqueues[BUFFER_QUEUES];