Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/libexec/httpd strings.h for strcasecmp (on linux)
details: https://anonhg.NetBSD.org/src/rev/574456fa835d
branches: trunk
changeset: 446703:574456fa835d
user: maya <maya%NetBSD.org@localhost>
date: Sat Dec 15 02:03:24 2018 +0000
description:
strings.h for strcasecmp (on linux)
diffstat:
libexec/httpd/bozohttpd.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 181f99aa7649 -r 574456fa835d libexec/httpd/bozohttpd.c
--- a/libexec/httpd/bozohttpd.c Sat Dec 15 01:02:58 2018 +0000
+++ b/libexec/httpd/bozohttpd.c Sat Dec 15 02:03:24 2018 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: bozohttpd.c,v 1.102 2018/12/15 01:02:34 maya Exp $ */
+/* $NetBSD: bozohttpd.c,v 1.103 2018/12/15 02:03:24 maya Exp $ */
/* $eterna: bozohttpd.c,v 1.178 2011/11/18 09:21:15 mrg Exp $ */
@@ -141,6 +141,7 @@
#include <stdarg.h>
#include <stdlib.h>
#include <stdbool.h>
+#include <strings.h>
#include <string.h>
#include <syslog.h>
#include <time.h>
Home |
Main Index |
Thread Index |
Old Index