A few sys/param.h annotations lacked ALIGNBYTES
authorderaadt <deraadt@openbsd.org>
Mon, 29 Nov 2021 03:20:37 +0000 (03:20 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 29 Nov 2021 03:20:37 +0000 (03:20 +0000)
lib/libc/gen/fts.c
lib/libc/net/getifaddrs.c
lib/libc/stdio/findfp.c

index a833892..ea7a48f 100644 (file)
@@ -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 <sys/param.h> /* ALIGN */
+#include <sys/param.h> /* ALIGN ALIGNBYTES */
 #include <sys/stat.h>
 
 #include <dirent.h>
index 182829c..069ee9a 100644 (file)
@@ -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 <sys/param.h> /* ALIGN */
+#include <sys/param.h> /* ALIGN ALIGNBYTES */
 #include <sys/types.h>
 #include <sys/ioctl.h>
 #include <sys/socket.h>
index d30e45a..6fd80d0 100644 (file)
@@ -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 <sys/param.h> /* ALIGN */
+#include <sys/param.h> /* ALIGN ALIGNBYTES */
 #include <unistd.h>
 #include <stdio.h>
 #include <errno.h>