Module Name: src Committed By: mrg Date: Wed May 5 07:09:19 UTC 2021
Modified Files: src/libexec/httpd: bozohttpd.c Log Message: include <stdint.h>. bozo_unconst() uses uintptr_t defined here. from embr <g...@liclac.eu>. To generate a diff of this commit: cvs rdiff -u -r1.130 -r1.131 src/libexec/httpd/bozohttpd.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/libexec/httpd/bozohttpd.c diff -u src/libexec/httpd/bozohttpd.c:1.130 src/libexec/httpd/bozohttpd.c:1.131 --- src/libexec/httpd/bozohttpd.c:1.130 Thu Apr 8 07:02:11 2021 +++ src/libexec/httpd/bozohttpd.c Wed May 5 07:09:19 2021 @@ -1,4 +1,4 @@ -/* $NetBSD: bozohttpd.c,v 1.130 2021/04/08 07:02:11 rillig Exp $ */ +/* $NetBSD: bozohttpd.c,v 1.131 2021/05/05 07:09:19 mrg Exp $ */ /* $eterna: bozohttpd.c,v 1.178 2011/11/18 09:21:15 mrg Exp $ */ @@ -138,6 +138,7 @@ #include <grp.h> #include <stdarg.h> #include <stdlib.h> +#include <stdint.h> #include <strings.h> #include <string.h> #include <syslog.h>