From cebb3e599473c53b5faa759f20da8279367bed69 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Wed, 16 Jul 2008 00:51:05 +0000 Subject: 2008-07-15 Barry deFreese * ipc/ipc_kmsg.c: Include and . * ipc/ipc_mqueue (ipc_mqueue_copyin): Add prototype. * kern/bootstrap.c: Include . * kern/exceptions.c: Include . * kern/ipc_kobject.h (ipc_kobject_notify): Add prototype. * kern/ipc_mig.c: Include . * kern/pc_sample.c: Include . * kern/printf.h (safe_gets): Add prototype. * kern/processor.c: Include . * kern/queue.h (insque): Add prototype. * kern/startup.c: Include and . * kern/thread.h (thread_start, kernel_thread, thread_priority, thread_set_own_priority, thread_max_priority, thread_policy, consider_thread_collect, stack_privilege): Add prototypes. * kern/timer.h (timer_normalize, timer_init, init_timers): Add prototypes. * vm/vm_map.h (vm_map_lookup_entry, vm_map_entry_delete): Add prototypes. --- kern/printf.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'kern/printf.h') diff --git a/kern/printf.h b/kern/printf.h index 6d41eb8d..13831986 100644 --- a/kern/printf.h +++ b/kern/printf.h @@ -48,5 +48,7 @@ extern void iprintf (const char *fmt, ...); extern int vprintf(const char *fmt, va_list listp); +extern void safe_gets (char *str, int maxlen); + #endif /* _MACH_SA_SYS_PRINTF_H_ */ -- cgit v1.2.3