Module Name: src Committed By: dholland Date: Sat Mar 19 17:04:12 UTC 2016
Modified Files: src/sys/sys: ktrace.h Log Message: PR 50633 and PR 50634 from Brad Harder: add missing includes: sys/signal.h and sys/time.h. Also add sys/uio.h which is needed and for some probably historical/obsolete reason has been documented as a prerequisite instead of included directly. This also requires sys/param.h for MAXCOMLEN (blah) but for now at least shift that to the documentation instead of including it directly as it's a sewer. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/sys/ktrace.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/sys/ktrace.h diff -u src/sys/sys/ktrace.h:1.62 src/sys/sys/ktrace.h:1.63 --- src/sys/sys/ktrace.h:1.62 Sat Jan 23 21:19:24 2016 +++ src/sys/sys/ktrace.h Sat Mar 19 17:04:12 2016 @@ -1,4 +1,4 @@ -/* $NetBSD: ktrace.h,v 1.62 2016/01/23 21:19:24 christos Exp $ */ +/* $NetBSD: ktrace.h,v 1.63 2016/03/19 17:04:12 dholland Exp $ */ /* * Copyright (c) 1988, 1993 @@ -36,6 +36,9 @@ #include <sys/mutex.h> #include <sys/lwp.h> +#include <sys/signal.h> +#include <sys/time.h> +#include <sys/uio.h> /* * operations to ktrace system call (KTROP(op))