From: deraadt Date: Fri, 17 Sep 2021 15:20:21 +0000 (+0000) Subject: these files do not need sys/param.h X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=4e44baf3bd71e441cc1aaf3956f7ac3e3f44c366;p=openbsd these files do not need sys/param.h --- diff --git a/lib/librthread/rthread_np.c b/lib/librthread/rthread_np.c index 0b3f821ca7b..8570f3141ca 100644 --- a/lib/librthread/rthread_np.c +++ b/lib/librthread/rthread_np.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rthread_np.c,v 1.22 2020/10/12 22:08:34 deraadt Exp $ */ +/* $OpenBSD: rthread_np.c,v 1.23 2021/09/17 15:20:21 deraadt Exp $ */ /* * Copyright (c) 2004,2005 Ted Unangst * Copyright (c) 2005 Otto Moerbeek @@ -17,7 +17,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#include +#include #include #include #include diff --git a/lib/librthread/rthread_stack.c b/lib/librthread/rthread_stack.c index 37d2eeadc05..5daf09d92dc 100644 --- a/lib/librthread/rthread_stack.c +++ b/lib/librthread/rthread_stack.c @@ -1,8 +1,8 @@ -/* $OpenBSD: rthread_stack.c,v 1.19 2018/02/11 04:12:22 deraadt Exp $ */ +/* $OpenBSD: rthread_stack.c,v 1.20 2021/09/17 15:20:21 deraadt Exp $ */ /* PUBLIC DOMAIN: No Rights Reserved. Marco S Hyman */ -#include +#include #include #include