summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_pageout.h
diff options
context:
space:
mode:
authorpaul <paul@FreeBSD.org>1994-08-21 07:19:45 +0000
committerpaul <paul@FreeBSD.org>1994-08-21 07:19:45 +0000
commitef6f4b86ab038cbd661be4b2c78c57d787f9526f (patch)
treea2c9d32450a1cbb486eab50fb696102fd5011994 /sys/vm/vm_pageout.h
parentbcc18c44d8f807cbe41360d366b0acbab357d1fc (diff)
downloadFreeBSD-src-ef6f4b86ab038cbd661be4b2c78c57d787f9526f.zip
FreeBSD-src-ef6f4b86ab038cbd661be4b2c78c57d787f9526f.tar.gz
Made idempotent
Reviewed by: Submitted by:
Diffstat (limited to 'sys/vm/vm_pageout.h')
-rw-r--r--sys/vm/vm_pageout.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/vm/vm_pageout.h b/sys/vm/vm_pageout.h
index 66f0bbe..461a791 100644
--- a/sys/vm/vm_pageout.h
+++ b/sys/vm/vm_pageout.h
@@ -61,9 +61,12 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_pageout.h,v 1.3 1994/08/02 07:55:34 davidg Exp $
+ * $Id: vm_pageout.h,v 1.4 1994/08/18 22:36:08 wollman Exp $
*/
+#ifndef _VM_VM_PAGEOUT_H_
+#define _VM_VM_PAGEOUT_H_
+
/*
* Header file for pageout daemon.
*/
@@ -110,3 +113,5 @@ int vm_pageout_scan __P((void));
void vm_pageout_page __P((vm_page_t, vm_object_t));
void vm_pageout_cluster __P((vm_page_t, vm_object_t));
#endif
+
+#endif
OpenPOWER on IntegriCloud