summaryrefslogtreecommitdiff
path: root/vm/vm_adv.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm/vm_adv.h')
-rw-r--r--vm/vm_adv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/vm/vm_adv.h b/vm/vm_adv.h
index 1138f0c8..06f13e6d 100644
--- a/vm/vm_adv.h
+++ b/vm/vm_adv.h
@@ -15,8 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef _VM_VM_ADV_H
-#define _VM_VM_ADV_H
+#ifndef VM_VM_ADV_H
+#define VM_VM_ADV_H
/*
* Advice values.
@@ -28,4 +28,4 @@
#define VM_ADV_DONTNEED 4
#define VM_ADV_DEFAULT VM_ADV_NORMAL
-#endif /* _VM_VM_ADV_H */
+#endif /* VM_VM_ADV_H */