Source-Changes-HG archive

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

[src/trunk]: src/crypto/external/bsd/openssh/dist openssh: whitespace fix



details:   https://anonhg.NetBSD.org/src/rev/a876747b66b1
branches:  trunk
changeset: 378238:a876747b66b1
user:      rin <rin%NetBSD.org@localhost>
date:      Fri Jul 28 04:37:37 2023 +0000

description:
openssh: whitespace fix

diffstat:

 crypto/external/bsd/openssh/dist/monitor.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 870ebd22383c -r a876747b66b1 crypto/external/bsd/openssh/dist/monitor.h
--- a/crypto/external/bsd/openssh/dist/monitor.h        Fri Jul 28 04:27:30 2023 +0000
+++ b/crypto/external/bsd/openssh/dist/monitor.h        Fri Jul 28 04:37:37 2023 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: monitor.h,v 1.12 2019/04/28 14:45:13 christos Exp $    */
+/*     $NetBSD: monitor.h,v 1.13 2023/07/28 04:37:37 rin Exp $ */
 /* $OpenBSD: monitor.h,v 1.23 2019/01/19 21:43:56 djm Exp $ */
 
 /*
@@ -71,7 +71,7 @@ enum monitor_reqtype {
        MONITOR_REQ_PAM_FREE_CTX = 110, MONITOR_ANS_PAM_FREE_CTX = 111,
        MONITOR_REQ_AUDIT_EVENT = 112, MONITOR_REQ_AUDIT_COMMAND = 113,
 
-        MONITOR_REQ_KRB4 = 200, MONITOR_ANS_KRB4 = 201,
+       MONITOR_REQ_KRB4 = 200, MONITOR_ANS_KRB4 = 201,
        MONITOR_REQ_KRB5 = 202, MONITOR_ANS_KRB5 = 203,
 
 };



Home | Main Index | Thread Index | Old Index