[openssh-commits] [openssh] 01/01: upstream: include "ssherr.h" not <ssherr.h>; from Balu Gajjala via

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Apr 7 09:25:59 AEST 2021


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 961af266b861e30fce1e26170ee0dbb5bf591f29
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Tue Apr 6 23:24:30 2021 +0000

    upstream: include "ssherr.h" not <ssherr.h>; from Balu Gajjala via
    
    bz#3292
    
    OpenBSD-Commit-ID: e9535cd9966eb2e69e73d1ede1f44905c30310bd
---
 log.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/log.h b/log.h
index 347ce039..0e9e303c 100644
--- a/log.h
+++ b/log.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: log.h,v 1.31 2021/04/03 05:54:14 djm Exp $ */
+/* $OpenBSD: log.h,v 1.32 2021/04/06 23:24:30 djm Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo at 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 {

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list