summaryrefslogtreecommitdiffstats
path: root/sys/vm
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
parentbcc18c44d8f807cbe41360d366b0acbab357d1fc (diff)
downloadFreeBSD-src-ef6f4b86ab038cbd661be4b2c78c57d787f9526f.zip
FreeBSD-src-ef6f4b86ab038cbd661be4b2c78c57d787f9526f.tar.gz
Made idempotent
Reviewed by: Submitted by:
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_extern.h7
-rw-r--r--sys/vm/vm_pageout.h7
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/vm/vm_extern.h b/sys/vm/vm_extern.h
index 818e149..8a15cc3 100644
--- a/sys/vm/vm_extern.h
+++ b/sys/vm/vm_extern.h
@@ -31,9 +31,12 @@
* SUCH DAMAGE.
*
* @(#)vm_extern.h 8.2 (Berkeley) 1/12/94
- * $Id$
+ * $Id: vm_extern.h,v 1.3 1994/08/02 07:55:17 davidg Exp $
*/
+#ifndef _VM_VM_EXTERN_H_
+#define _VM_VM_EXTERN_H_
+
struct buf;
struct loadavg;
struct proc;
@@ -134,3 +137,5 @@ boolean_t vnode_pager_uncache __P((struct vnode *));
void vslock __P((caddr_t, u_int));
void vsunlock __P((caddr_t, u_int, int));
#endif
+
+#endif
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