artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
836803b
)
include "ssherr.h" not <ssherr.h>; from Balu Gajjala via bz#3292
author
djm
<djm@openbsd.org>
Tue, 6 Apr 2021 23:24:30 +0000
(23:24 +0000)
committer
djm
<djm@openbsd.org>
Tue, 6 Apr 2021 23:24:30 +0000
(23:24 +0000)
usr.bin/ssh/log.h
patch
|
blob
|
history
diff --git
a/usr.bin/ssh/log.h
b/usr.bin/ssh/log.h
index
e5134ea
..
7d84e38
100644
(file)
--- a/
usr.bin/ssh/log.h
+++ b/
usr.bin/ssh/log.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: log.h,v 1.3
1 2021/04/03 05:54:14
djm Exp $ */
+/* $OpenBSD: log.h,v 1.3
2 2021/04/06 23:24:30
djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@
-16,7
+16,7
@@
#define SSH_LOG_H
#include <stdarg.h> /* va_list */
-#include
<ssherr.h>
/* ssh_err() */
+#include
"ssherr.h"
/* ssh_err() */
/* Supported syslog facilities and levels. */
typedef enum {