diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-06 23:57:01 +0200 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2002-06-06 23:57:01 +0200 |
commit | d9d6ab6372542d8064ef28528abcb7835730d2b3 (patch) | |
tree | e9d04d77abbd7a36ab7b60fae3bfc800a5751ad8 /monitor.h | |
parent | - markus@cvs.openbsd.org 2002/06/05 21:55:44 (diff) | |
download | openssh-d9d6ab6372542d8064ef28528abcb7835730d2b3.tar.xz openssh-d9d6ab6372542d8064ef28528abcb7835730d2b3.zip |
- stevesk@cvs.openbsd.org 2002/06/06 01:09:41
[monitor.h]
no trailing comma in enum; china@thewrittenword.com
Diffstat (limited to 'monitor.h')
-rw-r--r-- | monitor.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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; |