diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-01-03 14:22:52 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2003-01-03 14:22:52 +0000 |
| commit | 3ccbf2d533f5cfed977fb82b7c1f04c23dcafc85 (patch) | |
| tree | be53da7e390ce76ed396ae640411158a9a50dbfa | |
| parent | 276ba5b4fa91e4387152a03ea5df67d5dcc0b384 (diff) | |
Notes
| -rw-r--r-- | sys/vm/swap_pager.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/vm/swap_pager.h b/sys/vm/swap_pager.h index 44022849c115..48ddf0011f29 100644 --- a/sys/vm/swap_pager.h +++ b/sys/vm/swap_pager.h @@ -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_ */ |
