From: deraadt Date: Mon, 29 Nov 2021 03:20:37 +0000 (+0000) Subject: A few sys/param.h annotations lacked ALIGNBYTES X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ac61b455beefed05f4cb700adf1defcabeadd1dc;p=openbsd A few sys/param.h annotations lacked ALIGNBYTES --- diff --git a/lib/libc/gen/fts.c b/lib/libc/gen/fts.c index a833892e903..ea7a48f0540 100644 --- a/lib/libc/gen/fts.c +++ b/lib/libc/gen/fts.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fts.c,v 1.60 2021/01/08 16:06:30 tb Exp $ */ +/* $OpenBSD: fts.c,v 1.61 2021/11/29 03:20:37 deraadt Exp $ */ /*- * Copyright (c) 1990, 1993, 1994 @@ -29,7 +29,7 @@ * SUCH DAMAGE. */ -#include /* ALIGN */ +#include /* ALIGN ALIGNBYTES */ #include #include diff --git a/lib/libc/net/getifaddrs.c b/lib/libc/net/getifaddrs.c index 182829c9d5e..069ee9afab8 100644 --- a/lib/libc/net/getifaddrs.c +++ b/lib/libc/net/getifaddrs.c @@ -1,4 +1,4 @@ -/* $OpenBSD: getifaddrs.c,v 1.13 2015/09/14 11:01:47 guenther Exp $ */ +/* $OpenBSD: getifaddrs.c,v 1.14 2021/11/29 03:20:37 deraadt Exp $ */ /* * Copyright (c) 1995, 1999 @@ -25,7 +25,7 @@ * BSDI getifaddrs.c,v 2.12 2000/02/23 14:51:59 dab Exp */ -#include /* ALIGN */ +#include /* ALIGN ALIGNBYTES */ #include #include #include diff --git a/lib/libc/stdio/findfp.c b/lib/libc/stdio/findfp.c index d30e45aec41..6fd80d0c415 100644 --- a/lib/libc/stdio/findfp.c +++ b/lib/libc/stdio/findfp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: findfp.c,v 1.19 2016/04/05 04:29:21 guenther Exp $ */ +/* $OpenBSD: findfp.c,v 1.20 2021/11/29 03:20:37 deraadt Exp $ */ /*- * Copyright (c) 1990, 1993 * The Regents of the University of California. All rights reserved. @@ -31,7 +31,7 @@ * SUCH DAMAGE. */ -#include /* ALIGN */ +#include /* ALIGN ALIGNBYTES */ #include #include #include