/*
 * buf.c --
 *	Buffer management code.
 */
/* XXX - obsolete file, remove this file */

#ifndef	lint
static char
	buf_c[] = "$Header: buf.c,v 1.2 89/02/02 13:47:02 dillon Exp $";
#endif	/* !defined(lint) */

#include <sys/file.h>

#include "c.h"
#include "os.h"

#include "access.h"	/* for Relation */

#include "bufmgr.h"	/* for BLCKSZ */
#include "buf.h"
#include "fd.h"

/* #include "internal.h" */

