Moved the files vm_types.h, syscalls.h, and vfs_types.h to the private
kernel header directory - they are by no means public includes. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2349 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Executable → Regular
+1
-4
@@ -5,8 +5,6 @@
|
|||||||
#ifndef _LIBSYS_SYSCALLS_H
|
#ifndef _LIBSYS_SYSCALLS_H
|
||||||
#define _LIBSYS_SYSCALLS_H
|
#define _LIBSYS_SYSCALLS_H
|
||||||
|
|
||||||
/* this file shouldn't be in the public folder! */
|
|
||||||
|
|
||||||
#include <ktypes.h>
|
#include <ktypes.h>
|
||||||
#include <defines.h>
|
#include <defines.h>
|
||||||
#include <resource.h>
|
#include <resource.h>
|
||||||
@@ -115,5 +113,4 @@ int sys_getdtablesize(void);
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif /* _LIBSYS_SYSCALLS_H */
|
||||||
|
|
||||||
Executable → Regular
+3
-6
@@ -1,7 +1,5 @@
|
|||||||
#ifndef _PUBLIC_KERNEL_VM_TYPES_H
|
#ifndef _KERNEL_VM_TYPES_H
|
||||||
#define _PUBLIC_KERNEL_VM_TYPES_H
|
#define _KERNEL_VM_TYPES_H
|
||||||
|
|
||||||
// ToDo: this file shouldn't be in the public folder
|
|
||||||
|
|
||||||
#include <kernel.h>
|
#include <kernel.h>
|
||||||
#include <stage2.h>
|
#include <stage2.h>
|
||||||
@@ -181,5 +179,4 @@ enum {
|
|||||||
#define LOCK_KERNEL 0x2
|
#define LOCK_KERNEL 0x2
|
||||||
#define LOCK_MASK 0x3
|
#define LOCK_MASK 0x3
|
||||||
|
|
||||||
#endif /* _PUBLIC_KERNEL_VM_TYPES_H */
|
#endif /* _KERNEL_VM_TYPES_H */
|
||||||
|
|
||||||
Reference in New Issue
Block a user