summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkus <markus@openbsd.org>2002-09-08 20:24:08 +0000
committermarkus <markus@openbsd.org>2002-09-08 20:24:08 +0000
commit07d294c22ce93d36f488387e8d64c5df73687466 (patch)
tree7730363e03b4fdc1cc85d95bf8dac4afbedaa75e
parentRevert this to art's orginal verstion, internal ld.so fields should not (diff)
downloadwireguard-openbsd-07d294c22ce93d36f488387e8d64c5df73687466.tar.xz
wireguard-openbsd-07d294c22ce93d36f488387e8d64c5df73687466.zip
no comma at end of enumerator list
-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 *);