From 115efad93949ae17c6513371f68ef499350727f4 Mon Sep 17 00:00:00 2001 From: David Xu Date: Sun, 23 Oct 2005 10:11:46 +0000 Subject: Make kernel structures invisible to userland. --- sys/sys/timers.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys/sys/timers.h b/sys/sys/timers.h index deb7175eb740..9c41e9471a00 100644 --- a/sys/sys/timers.h +++ b/sys/sys/timers.h @@ -38,6 +38,9 @@ #ifndef _SYS_TIMERS_H_ #define _SYS_TIMERS_H_ +#include + +#ifdef _KERNEL /* * Structures used to manage POSIX timers in a process. */ @@ -111,5 +114,5 @@ struct kclock { void itimers_init(struct itimers *its); void itimers_event_hook(struct proc *p, int event); - +#endif #endif /* !_SYS_TIMERS_H_ */ -- cgit v1.2.3