]> andersk Git - openssh.git/commitdiff
- (djm) OpenBSD CVS Sync
authordjm <djm>
Wed, 11 Sep 2002 23:43:56 +0000 (23:43 +0000)
committerdjm <djm>
Wed, 11 Sep 2002 23:43:56 +0000 (23:43 +0000)
   - markus@cvs.openbsd.org 2002/09/08 20:24:08
     [hostfile.h]
     no comma at end of enumerator list

ChangeLog
hostfile.h

index 342176e50aea5c889e2c2645a718a40bfaa747fb..618c6e9629dcd2619f0c086c064cc47a5569304d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+20020912
+ - (djm) OpenBSD CVS Sync
+   - markus@cvs.openbsd.org 2002/09/08 20:24:08
+     [hostfile.h]
+     no comma at end of enumerator list
+
 20020911
  - (djm) Sync openbsd-compat with OpenBSD -current
 
index 063732421476cc8b6a215995b753a9fd8b95aca7..1df7a22f27c9c8a88f339fb1692c1f573c4997a8 100644 (file)
@@ -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 *);
This page took 0.033559 seconds and 5 git commands to generate.