Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/modules/examples/pollpal include sys/lwp.h and fix the b...



details:   https://anonhg.NetBSD.org/src/rev/9781b942fff9
branches:  trunk
changeset: 931758:9781b942fff9
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu Apr 30 07:07:22 2020 +0000

description:
include sys/lwp.h and fix the build.

diffstat:

 sys/modules/examples/pollpal/pollpal.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r c43fca1cdb9b -r 9781b942fff9 sys/modules/examples/pollpal/pollpal.c
--- a/sys/modules/examples/pollpal/pollpal.c    Thu Apr 30 06:16:47 2020 +0000
+++ b/sys/modules/examples/pollpal/pollpal.c    Thu Apr 30 07:07:22 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: pollpal.c,v 1.1 2020/04/30 00:48:10 christos Exp $     */ 
+/*     $NetBSD: pollpal.c,v 1.2 2020/04/30 07:07:22 mrg Exp $  */ 
 
 /*-
 * Copyright (c) 2020 The NetBSD Foundation, Inc.
@@ -27,12 +27,13 @@
 */ 
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pollpal.c,v 1.1 2020/04/30 00:48:10 christos Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pollpal.c,v 1.2 2020/04/30 07:07:22 mrg Exp $");
 
 #include <sys/module.h>
 #include <sys/param.h>
 #include <sys/kernel.h>
 #include <sys/systm.h>
+#include <sys/lwp.h>
 
 #include <sys/condvar.h>
 #include <sys/conf.h>



Home | Main Index | Thread Index | Old Index