Module Name: src
Committed By: riastradh
Date: Sun Jan 19 20:22:57 UTC 2020
Modified Files:
src/usr.bin/make/filemon: filemon_ktrace.c
Log Message:
Missed a spot -- define _KERNTYPES to get register_t.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/usr.bin/make/filemon/filemon_ktrace.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/usr.bin/make/filemon/filemon_ktrace.c
diff -u src/usr.bin/make/filemon/filemon_ktrace.c:1.1 src/usr.bin/make/filemon/filemon_ktrace.c:1.2
--- src/usr.bin/make/filemon/filemon_ktrace.c:1.1 Sun Jan 19 19:49:37 2020
+++ src/usr.bin/make/filemon/filemon_ktrace.c Sun Jan 19 20:22:57 2020
@@ -1,4 +1,4 @@
-/* $NetBSD: filemon_ktrace.c,v 1.1 2020/01/19 19:49:37 riastradh Exp $ */
+/* $NetBSD: filemon_ktrace.c,v 1.2 2020/01/19 20:22:57 riastradh Exp $ */
/*-
* Copyright (c) 2019 The NetBSD Foundation, Inc.
@@ -29,6 +29,8 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+#define _KERNTYPES /* register_t */
+
#include "filemon.h"
#include <sys/param.h>