summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
authorMarkus Friedl <markus@cvs.openbsd.org>2002-09-08 20:24:09 +0000
committerMarkus Friedl <markus@cvs.openbsd.org>2002-09-08 20:24:09 +0000
commit8d96f3ab736fef5e0063ed960fc2e389d556c533 (patch)
tree3076031fbcfa475f94c4d961eac302d155642540 /usr.bin
parent755f0e9d7f1b13d74617369259416af718fa493b (diff)
no comma at end of enumerator list
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ssh/hostfile.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ssh/hostfile.h b/usr.bin/ssh/hostfile.h
index 06373242147..1df7a22f27c 100644
--- a/usr.bin/ssh/hostfile.h
+++ b/usr.bin/ssh/hostfile.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: hostfile.h,v 1.11 2002/07/24 16:11:18 markus Exp $ */
+/* $OpenBSD: hostfile.h,v 1.12 2002/09/08 20:24:08 markus Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -15,7 +15,7 @@
#define HOSTFILE_H
typedef enum {
- HOST_OK, HOST_NEW, HOST_CHANGED, HOST_FOUND,
+ HOST_OK, HOST_NEW, HOST_CHANGED, HOST_FOUND
} HostStatus;
int hostfile_read_key(char **, u_int *, Key *);