Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/httpd include <stdint.h>. bozo_unconst() uses uintp...



details:   https://anonhg.NetBSD.org/src/rev/0e5b68a5823b
branches:  trunk
changeset: 1021060:0e5b68a5823b
user:      mrg <mrg%NetBSD.org@localhost>
date:      Wed May 05 07:09:19 2021 +0000

description:
include <stdint.h>.  bozo_unconst() uses uintptr_t defined here.
from embr <git%liclac.eu@localhost>.

diffstat:

 libexec/httpd/bozohttpd.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 33540e32e3db -r 0e5b68a5823b libexec/httpd/bozohttpd.c
--- a/libexec/httpd/bozohttpd.c Wed May 05 06:47:29 2021 +0000
+++ b/libexec/httpd/bozohttpd.c Wed May 05 07:09:19 2021 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index