summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog8
-rw-r--r--hostfile.h4
2 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 55f9d7fcc..71a876207 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
120020912
2 - (djm) OpenBSD CVS Sync
3 - markus@cvs.openbsd.org 2002/09/08 20:24:08
4 [hostfile.h]
5 no comma at end of enumerator list
6
120020911 720020911
2 - (djm) Sync openbsd-compat with OpenBSD -current 8 - (djm) Sync openbsd-compat with OpenBSD -current
3 9
@@ -1617,4 +1623,4 @@
1617 - (stevesk) entropy.c: typo in debug message 1623 - (stevesk) entropy.c: typo in debug message
1618 - (djm) ssh-keygen -i needs seeded RNG; report from markus@ 1624 - (djm) ssh-keygen -i needs seeded RNG; report from markus@
1619 1625
1620$Id: ChangeLog,v 1.2451 2002/09/11 00:29:11 djm Exp $ 1626$Id: ChangeLog,v 1.2452 2002/09/11 23:43:56 djm Exp $
diff --git a/hostfile.h b/hostfile.h
index 063732421..1df7a22f2 100644
--- a/hostfile.h
+++ b/hostfile.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: hostfile.h,v 1.11 2002/07/24 16:11:18 markus Exp $ */ 1/* $OpenBSD: hostfile.h,v 1.12 2002/09/08 20:24:08 markus Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -15,7 +15,7 @@
15#define HOSTFILE_H 15#define HOSTFILE_H
16 16
17typedef enum { 17typedef enum {
18 HOST_OK, HOST_NEW, HOST_CHANGED, HOST_FOUND, 18 HOST_OK, HOST_NEW, HOST_CHANGED, HOST_FOUND
19} HostStatus; 19} HostStatus;
20 20
21int hostfile_read_key(char **, u_int *, Key *); 21int hostfile_read_key(char **, u_int *, Key *);