Missing defines preventing recursive includesion in some include/sys/*.h files

This commit is contained in:
Tomas Hruby
2009-08-17 14:34:14 +00:00
parent d1b4c5be5b
commit bd2dd15cc6
3 changed files with 12 additions and 0 deletions
+4
View File
@@ -1,3 +1,6 @@
#ifndef __SYS_VM_H__
#define __SYS_VM_H__
/*
sys/vm.h
*/
@@ -23,3 +26,4 @@ struct mapreqvm
void *vaddr_ret;
};
#endif /* __SYS_VM_H__ */