make b_pfcent go away.
This commit is contained in:
parent
a44a276543
commit
e0863b4e5a
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: buf.h,v 1.16 1994/10/29 08:02:22 cgd Exp $ */
|
||||
/* $NetBSD: buf.h,v 1.17 1995/03/02 06:48:47 cgd Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1982, 1986, 1989, 1993
|
||||
|
@ -70,8 +70,6 @@ struct buf {
|
|||
/* Function to call upon completion. */
|
||||
void (*b_iodone) __P((struct buf *));
|
||||
struct vnode *b_vp; /* Device vnode. */
|
||||
long b_pfcent; /* Center page when swapping cluster. */
|
||||
/* XXX pfcent should be int; overld. */
|
||||
int b_dirtyoff; /* Offset in buffer of dirty region. */
|
||||
int b_dirtyend; /* Offset of end of dirty region. */
|
||||
struct ucred *b_rcred; /* Read credentials reference. */
|
||||
|
|
Loading…
Reference in New Issue