artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
621c53d
)
ugly whitespace
author
tb
<tb@openbsd.org>
Thu, 1 Sep 2022 20:36:25 +0000
(20:36 +0000)
committer
tb
<tb@openbsd.org>
Thu, 1 Sep 2022 20:36:25 +0000
(20:36 +0000)
usr.sbin/httpd/server_http.c
patch
|
blob
|
history
diff --git
a/usr.sbin/httpd/server_http.c
b/usr.sbin/httpd/server_http.c
index
776aa04
..
8e8ab94
100644
(file)
--- a/
usr.sbin/httpd/server_http.c
+++ b/
usr.sbin/httpd/server_http.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: server_http.c,v 1.15
1 2022/08/15 09:36:19 op
Exp $ */
+/* $OpenBSD: server_http.c,v 1.15
2 2022/09/01 20:36:25 tb
Exp $ */
/*
* Copyright (c) 2020 Matthias Pressfreund <mpfr@fn.de>
@@
-1764,8
+1764,8
@@
read_errdoc(const char *root, const char *file)
{
struct stat sb;
char *path;
- int fd;
- char *ret = NULL;
+ int fd;
+ char *ret = NULL;
if (asprintf(&path, "%s/%s.html", root, file) == -1)
fatal("asprintf");