Missing defines preventing recursive includesion in some include/sys/*.h files
This commit is contained in:
@@ -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__ */
|
||||
|
||||
Reference in New Issue
Block a user