Use correct _VM_SWAP_PAGER_H_ to check for multiple inclusion.

This commit is contained in:
Poul-Henning Kamp 2003-01-03 14:22:52 +00:00
parent 276ba5b4fa
commit 3ccbf2d533
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108599

View File

@ -44,8 +44,8 @@
* 18 Dec 93.
*/
#ifndef _SWAP_PAGER_
#define _SWAP_PAGER_ 1
#ifndef _VM_SWAP_PAGER_H_
#define _VM_SWAP_PAGER_H_ 1
/*
* SWB_NPAGES must be a power of 2. It may be set to 1, 2, 4, 8, or 16
@ -107,4 +107,4 @@ struct buf;
void swstrategy(struct buf *bp); /* probably needs to move elsewhere */
#endif /* _KERNEL */
#endif /* _SWAP_PAGER_ */
#endif /* _VM_SWAP_PAGER_H_ */