-/* $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
* SUCH DAMAGE.
*/
-#include <sys/param.h> /* ALIGN */
+#include <sys/param.h> /* ALIGN ALIGNBYTES */
#include <sys/stat.h>
#include <dirent.h>
-/* $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
* BSDI getifaddrs.c,v 2.12 2000/02/23 14:51:59 dab Exp
*/
-#include <sys/param.h> /* ALIGN */
+#include <sys/param.h> /* ALIGN ALIGNBYTES */
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/socket.h>
-/* $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.
* SUCH DAMAGE.
*/
-#include <sys/param.h> /* ALIGN */
+#include <sys/param.h> /* ALIGN ALIGNBYTES */
#include <unistd.h>
#include <stdio.h>
#include <errno.h>