aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-01-03 14:22:52 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-01-03 14:22:52 +0000
commit3ccbf2d533f5cfed977fb82b7c1f04c23dcafc85 (patch)
treebe53da7e390ce76ed396ae640411158a9a50dbfa /sys
parent276ba5b4fa91e4387152a03ea5df67d5dcc0b384 (diff)
Use correct _VM_SWAP_PAGER_H_ to check for multiple inclusion.
Notes
Notes: svn path=/head/; revision=108599
Diffstat (limited to 'sys')
-rw-r--r--sys/vm/swap_pager.h6
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_ */