]> andersk Git - openssh.git/commitdiff
- stevesk@cvs.openbsd.org 2002/06/06 01:09:41
authormouring <mouring>
Thu, 6 Jun 2002 21:57:01 +0000 (21:57 +0000)
committermouring <mouring>
Thu, 6 Jun 2002 21:57:01 +0000 (21:57 +0000)
     [monitor.h]
     no trailing comma in enum; china@thewrittenword.com

ChangeLog
monitor.h

index 2014276df6e3fdfb22f89b463e554baa8087eb84..b870cee592b7601c0d16206a740f2901d8f92631 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
      [authfd.c authfd.h ssh-add.1 ssh-add.c ssh-agent.c]
      ssh-add -t life,  Set lifetime (in seconds) when adding identities; 
      ok provos@
+   - stevesk@cvs.openbsd.org 2002/06/06 01:09:41
+     [monitor.h]
+     no trailing comma in enum; china@thewrittenword.com
 
 20020604
  - (stevesk) [channels.c] bug #164 patch from YOSHIFUJI Hideaki (changed
index b5db9998e2ba892ca6de6ef5535ecfac21f44ecc..c87ad572d9f1a83150d0fae8658e0b0d59170ff2 100644 (file)
--- a/monitor.h
+++ b/monitor.h
@@ -1,4 +1,4 @@
-/*     $OpenBSD: monitor.h,v 1.4 2002/05/12 23:53:45 djm Exp $ */
+/*     $OpenBSD: monitor.h,v 1.5 2002/06/06 01:09:41 stevesk Exp $     */
 
 /*
  * Copyright 2002 Niels Provos <provos@citi.umich.edu>
@@ -50,7 +50,7 @@ enum monitor_reqtype {
        MONITOR_REQ_RSACHALLENGE, MONITOR_ANS_RSACHALLENGE,
        MONITOR_REQ_RSARESPONSE, MONITOR_ANS_RSARESPONSE,
        MONITOR_REQ_PAM_START,
-       MONITOR_REQ_TERM,
+       MONITOR_REQ_TERM
 };
 
 struct mm_master;
This page took 0.311932 seconds and 5 git commands to generate.